blob: 8a86dd257c9ba0559fd3728e7c6dd04d90b4b0b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// test for bug # 637
void foo(void)
{
while (1);
while (1);
while (1) ;
while (1) ;
while (1);
if (n) {
while (1);
while (1);
while (1) ;
while (1) ;
while (1);
}
}
|