URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [wchar_t-2.c] - Rev 816
Compare with Previous | Blame | View Log
/* { dg-options "-fshort-wchar" } */ /* Check that "-fshort-wchar" makes wchar_t the same size as "unsigned short". */ extern int i[sizeof (L'a')]; int i[sizeof (unsigned short)];