aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arm/symbian3.c
blob: 2f11d355b4dc5287482562b8ca39b5b0e3d006ea (plain)
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];