1 2 3 4 5 6 7
/* { dg-do compile { target arm*-*-symbianelf* } } */ /* Check that enumeration types are 4-byte types. */ enum e { e_1 }; extern int i[sizeof (enum e)]; int i[4];