blob: bccd2ad7b6897acf887b3529e1ed157e62b48ba8 [file] [log] [blame]
class foo
{
public:
int bar ()
{
return 0;
}
};