Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
arm
/
symbian3.c
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
];