blob: 95ddca0e54b527d97162248e51465370672dbf43 [file] [log] [blame]
/* { 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)];