PR c++/67273
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash49.C
bloba922ef3cfc749f6b360b0b4fe6c5b362d61e11a5
1 // PR c++/37552
2 // { dg-do compile }
4 extern struct A a[1];   // { dg-message "forward declaration" }
6 void
7 foo ()
9   a[0];                 // { dg-error "invalid use of incomplete type" }