]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/wchar_t-2.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / wchar_t-2.c.expected
1 /* { dg-options "-fshort-wchar" } */
2 /* Check that "-fshort-wchar" makes wchar_t the same size as "unsigned
3    short".  */
4
5 extern int i[sizeof (L'a')];
6 int i[sizeof (unsigned short)];