From-SVN: r32377
This commit is contained in:
Jason Merrill 2000-03-07 03:29:56 -05:00
parent 614eaae0a5
commit 5816f88b4b

View File

@ -0,0 +1,6 @@
int main() {
struct A {
void f();
void f(); // ERROR - already declared
};
}