/
tests for g++/15307 and -Wredundant-decls From-SVN: r19365
This commit is contained in:
parent
0dacbd0e17
commit
a147412ac1
10
gcc/testsuite/g++.old-deja/g++.benjamin/warn03.C
Normal file
10
gcc/testsuite/g++.old-deja/g++.benjamin/warn03.C
Normal file
@ -0,0 +1,10 @@
|
||||
// 980420 bkoz
|
||||
// from g++/15307, tests for -Wredundant-decls for decls
|
||||
// Build don't link: Special g++ Options:
|
||||
// -Wredundant-decls
|
||||
|
||||
//shouldn't crash
|
||||
extern unsigned char *foo5[];
|
||||
extern unsigned char *foo5[];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user