1 /* Some incompatible external linkage declarations were not diagnosed.
2 Bug 21342. Test type in inner scope is correct. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
21 sizeof (*a
[0]); /* { dg-error "error: invalid application of 'sizeof' to incomplete type 'IA'" } */