]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/symbian4.c
Package description and copyright added.
[pkg-cerco/acc.git] / tests / GCCTestSuite / symbian4.c
1 /* { dg-do compile { target arm*-*-symbianelf* } } */
2 /* Check that wchar_t is a 2-byte type.  */
3
4 extern int i[sizeof (L'a')];
5 int i[2];