repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20010325-1.c
blob
100679fa1848a4ee89df02d958dad5b29250cf86
1
/* Origin: Joseph Myers <jsm28@cam.ac.uk>.
2
3
This tests for inconsistency in whether wide STRING_CSTs use the host
4
or the target endianness. */
5
6
extern
void
exit
(
int
);
7
extern
void
abort
(
void
);
8
9
int
10
main
(
void
)
11
{
12
if
(
L
"a"
"b"
[
1
] !=
L
'b'
)
13
abort
();
14
exit
(
0
);
15
}