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
Adjust 'libgomp.c/max_vf-*.c'
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20000314-1.c
blob
e43312969bd5a2e055fad35d48bed82a0c150dd5
1
void
abort
(
void
);
2
void
exit
(
int
);
3
4
int
main
()
5
{
6
long
winds
=
0
;
7
8
while
(
winds
!=
0
)
9
{
10
if
(*(
char
*)
winds
)
11
break
;
12
}
13
14
if
(
winds
==
0
||
winds
!=
0
|| *(
char
*)
winds
)
15
exit
(
0
);
16
17
abort
();
18
}
19
20