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
/
921007-1.c
blob
23ab52e7ae89cdea8a50a6e396f78ead7ab41b1c
1
static int
strcmp
(){
return
-
1
;}
2
#define strcmp __builtin_strcmp
3
main
()
4
{
5
if
(
strcmp
(
"X"
,
"X
\376
"
)>=
0
)
abort
();
6
exit
(
0
);
7
}