summaryrefslogtreecommitdiffstats
path: root/testsuite/transok/five.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transok/five.stp')
-rwxr-xr-xtestsuite/transok/five.stp2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/transok/five.stp b/testsuite/transok/five.stp
index 1b132409..db19b31f 100755
--- a/testsuite/transok/five.stp
+++ b/testsuite/transok/five.stp
@@ -13,5 +13,7 @@ probe begin
for (a=0; a<=4; a=a+1) { b = a }
while (99) next
+ while (99) break
+ while (99) continue
while (99) {}
}