URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [symbian3.c] - Rev 12
Compare with Previous | Blame | View Log
/* { 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];