diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/arm/symbian4.c')
-rw-r--r-- | gcc/testsuite/gcc.target/arm/symbian4.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/arm/symbian4.c b/gcc/testsuite/gcc.target/arm/symbian4.c new file mode 100644 index 000000000..aede7f5c6 --- /dev/null +++ b/gcc/testsuite/gcc.target/arm/symbian4.c @@ -0,0 +1,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]; |