Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
gcc.dg
/
wchar_t-2.c
blob: 95ddca0e54b527d97162248e51465370672dbf43 [
file
] [
log
] [
blame
]
/* { dg-options "-fshort-wchar" } */
/* Check that "-fshort-wchar" makes wchar_t the same size as "unsigned
short". */
extern
int
i
[
sizeof
(
L
'a'
)];
int
i
[
sizeof
(
unsigned
short
)];