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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
labels-1.c
blob
fae6ab8f400ea5565a531f26c0feafdac2fe2364
1
#ifndef NO_LABEL_VALUES
2
f
()
3
{
4
void
*
x
= &&
L2
;
5
if
(&&
L3
- &&
L1
>
1
)
6
abort
();
7
L1
:
return
1
;
8
L2
:
abort
();
9
L3
:;
10
}
11
#else
12
int
x
;
13
#endif