aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arm/symbian4.c
blob: aede7f5c66c6014693aa6665ce1d0cca5e3bba47 (plain)
1
2
3
4
5
/* { dg-do compile { target arm*-*-symbianelf* } } */
/* Check that wchar_t is a 2-byte type.  */

extern int i[sizeof (L'a')];
int i[2];