diff options
Diffstat (limited to 'src/relooper/test.txt')
-rw-r--r-- | src/relooper/test.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/relooper/test.txt b/src/relooper/test.txt index 2ff70e66..84a8c905 100644 --- a/src/relooper/test.txt +++ b/src/relooper/test.txt @@ -129,12 +129,9 @@ do { break; } } while(0); -do { - if (label == 33) { - // block C; - break; - } -} while(0); +if (label == 33) { + // block C; +} while(1) { // block E // block F |