2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / symbian3.c
blob2f11d355b4dc5287482562b8ca39b5b0e3d006ea
1 /* { dg-do compile { target arm*-*-symbianelf* } } */
2 /* Check that enumeration types are 4-byte types. */
4 enum e { e_1 };
6 extern int i[sizeof (enum e)];
7 int i[4];