aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.benjamin/warn03.C
blob: b3bd3affc9dc78f23a2bfe39e7d036eea03717ab (plain)
1
2
3
4
5
6
7
8
9
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[];