Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
990801-2.c
blob: 0a575ea17aa008f237ee801b4b270a8bcc847462 [
file
] [
log
] [
blame
]
void
f
()
{
extern
char
*
p
;
int
ch
;
while
(!(
ch
=
0
))
{
if
((
ch
==
0
)
||
(
ch
==
2
))
{
break
;
}
*
p
=
0
;
}
}