blob: 2f11d355b4dc5287482562b8ca39b5b0e3d006ea [file] [log] [blame]
/* { 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];