Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20010206-1.c
blob: 3aa8cad86625ac59de953fbaf497554c71f98b8f [
file
] [
log
] [
blame
]
int
foo
(
void
)
{
int
i
;
#line
1
"20010206-1.c"
if
(
0
)
i
=
1
;
else
i
#line
1
"20010206-1.c"
=
26
;
return
i
;
}
int
main
()
{
if
(
foo
()
!=
26
)
abort
();
exit
(
0
);
}