re PR c++/67184 (Missed optimization with C++11 final specifier)
[official-gcc.git] / gcc / testsuite / g++.dg / other / redecl1.C
blobcfcf6682691ddf1b494b7ec77166135b087dfb7c
1 // PR c++/5857
2 // This testcase failed because during duplicate_decls the type was promoted
3 // to int.
5 // { dg-do compile }
7 typedef char baz;
8 extern const char foo[];
9 const baz foo[] = "xyz";
10 const char bar[] = "abc";