blob: c32b2d53849d09e83bb90c75ffd64828e0558555 [file] [log] [blame]
/* PR c/26818 */
/* { dg-do compile } */
struct __attribute__ ((packed)) A
{
struct B b; /* { dg-error "incomplete" } */
};