blob: 6c834162c1b63598098978495b78b0625f937272 [file] [log] [blame]
// { dg-options "-pedantic" }
class foo
{
foo() {};
void bar() {};
foo(int) {};; // { dg-warning "extra" }
void bar(int) {};; // { dg-warning "extra" }
};