repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
symbian5.c
blob
0bde6b0cba3ca92f158a57b72d4dbc96ab3ed8db
1
/* { dg-do compile { target arm*-*-symbianelf* } } */
2
/* { dg-options "-fno-short-wchar" } */
3
/* Check that wchar_t is a 4-byte type when -fno-short-wchar is
4
used. */
5
6
extern
int
i
[
sizeof
(
L
'a'
)];
7
int
i
[
4
];
8