aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/relooper/test.txt')
-rw-r--r--src/relooper/test.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/relooper/test.txt b/src/relooper/test.txt
index c6a895ff..2ff70e66 100644
--- a/src/relooper/test.txt
+++ b/src/relooper/test.txt
@@ -129,8 +129,14 @@ do {
break;
}
} while(0);
-if (label == 33) {
- // block C;
+do {
+ if (label == 33) {
+ // block C;
+ break;
+ }
+} while(0);
+while(1) {
+ // block E
+ // block F
}
-// block E