blob: fa75c525043bb900f183b063504698caf68511db [file] [log] [blame]
class C0
{
int m0;
public:
C0()
:m0(0)
{}
};
void
foo(C0)
{}