PR c++/85262 - ICE with redundant qualification on constructor.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash43.C
blobff073cf46adf6e39f457cfd15bd3f87548450990
1 // PR c++/34600
3 namespace N
5   void foo()
6   {
7     extern int i = 0; // { dg-error "'i' has both 'extern' and initializer" }
8   }