aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test6.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/relooper/test6.txt')
-rw-r--r--src/relooper/test6.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/relooper/test6.txt b/src/relooper/test6.txt
new file mode 100644
index 00000000..c5effd08
--- /dev/null
+++ b/src/relooper/test6.txt
@@ -0,0 +1,12 @@
+//0
+do {
+ if (check(0)) {
+ //1
+ if (!(check(1))) {
+ break;
+ }
+ //2
+ }
+} while(0);
+//3
+