Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
acc.c
blob: a4a027a5fce386324bb1252b861a9e79a984de04 [
file
] [
log
] [
blame
]
foo
(
a
)
{
int
b
=
a
+
1
;
int
c
=
(
short
)
a
;
if
(
b
)
return
b
;
return
1
;
}