wchar_t-2.c   [plain text]


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