Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
scc.c
blob: 79ae4e12f45de8390baa3f736045b12e3118d312 [
file
] [
log
] [
blame
]
foo
(
a
,
b
)
{
if
(
a
<
0
)
goto
ret1
;
if
(
a
==
0
)
return
2
;
return
3
;
ret1
:
return
1
;
}