Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr18712.c
blob: 7d53aaae877f878d806707fe527538a4556302f3 [
file
] [
log
] [
blame
]
void
*
eintr_source
(
void
*
arg
)
{
int
ts
=
0
;
if
(
arg
)
foo
();
while
(
1
)
{
if
(
arg
)
foo
();
foo1
(&
ts
);
}
return
0
;
}