rt_gccstream/gcc/testsuite/gcc.dg/wchar_t-2.c

7 lines
185 B
C

/* { 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)];