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
/
920415-1.c
blob
2d6335aea55f1bb0b07503300d7fbd5fb1a5bbf6
1
#ifndef NO_LABEL_VALUES
2
main
(){
__label__ l
;
void
*
x
(){
return
&&
l
;}
goto
*
x
();
abort
();
return
;
l
:
exit
(
0
);}
3
#else
4
main
(){
exit
(
0
); }
5
#endif