Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
gcc.dg
/
symbian4.c
blob: aede7f5c66c6014693aa6665ce1d0cca5e3bba47 [
file
] [
log
] [
blame
]
/* { dg-do compile { target arm*-*-symbianelf* } } */
/* Check that wchar_t is a 2-byte type. */
extern
int
i
[
sizeof
(
L
'a'
)];
int
i
[
2
];