2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / struct-incompl-1.c
blobc32b2d53849d09e83bb90c75ffd64828e0558555
1 /* PR c/26818 */
2 /* { dg-do compile } */
4 struct __attribute__ ((packed)) A
6 struct B b; /* { dg-error "incomplete" } */
7 };