blob: bf28164a00602b147426a98eaae420da391932c6 [file] [log] [blame]
class Foo
{
public:
int foo(int x) { return x; }
};