]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/symbian3.c
Package description and copyright added.
[pkg-cerco/acc.git] / tests / GCCTestSuite / symbian3.c
1 /* { dg-do compile { target arm*-*-symbianelf* } } */
2 /* Check that enumeration types are 4-byte types.  */
3
4 enum e { e_1 };
5
6 extern int i[sizeof (enum e)];
7 int i[4];