source:
translator/Tests/gcc/920410-2.c
@
93885663
Last change on this file since 93885663 was 51b7345, checked in by , 10 years ago | |
---|---|
|
|
File size: 119 bytes |
Rev | Line | |
---|---|---|
[51b7345] | 1 | joe() |
2 | { | |
3 | int j; | |
4 | ||
5 | while( 1 ) | |
6 | { | |
7 | for( j = 0; j < 4; j++ ) | |
8 | ; | |
9 | for( j = 0; j < 4; j++ ) | |
10 | ; | |
11 | } | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.