mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 11:50:59 +08:00
new
From-SVN: r32377
This commit is contained in:
parent
614eaae0a5
commit
5816f88b4b
6
gcc/testsuite/g++.old-deja/g++.other/redecl4.C
Normal file
6
gcc/testsuite/g++.old-deja/g++.other/redecl4.C
Normal file
@ -0,0 +1,6 @@
|
||||
int main() {
|
||||
struct A {
|
||||
void f();
|
||||
void f(); // ERROR - already declared
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user