2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / symbian4.c
blobaede7f5c66c6014693aa6665ce1d0cca5e3bba47
1 /* { dg-do compile { target arm*-*-symbianelf* } } */
2 /* Check that wchar_t is a 2-byte type. */
4 extern int i[sizeof (L'a')];
5 int i[2];