URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [symbian4.c] - Rev 691
Compare with Previous | Blame | View Log
/* { dg-do compile { target arm*-*-symbianelf* } } */ /* Check that wchar_t is a 2-byte type. */ extern int i[sizeof (L'a')]; int i[2];