summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/ten.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/ten.stp')
-rwxr-xr-xtestsuite/parseok/ten.stp14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/parseok/ten.stp b/testsuite/parseok/ten.stp
index 25d16e62..2da82f04 100755
--- a/testsuite/parseok/ten.stp
+++ b/testsuite/parseok/ten.stp
@@ -4,13 +4,13 @@ probe two
{
for (;;) ;
for (a=0;;) { a + 4; break }
- for (;a>0;) { a + 5; continue }
- for (;;a++) { a + 5 }
- for (a=0;a>0;) { a + 4 }
- for (;a>0;a++) { a + 5 }
- for (a=0;;a++) { a + 5 }
- for (a=0; a<=4; a++) ;
- for (a=0; a<=4; a++) { b = a }
+ for (;a>0;) { a ^ 5; continue }
+ for (;;a++) { a | 5 }
+ for (a=0;a>0;) { a << 4 }
+ for (;a>0;++a) { a >> 5 }
+ for (a=0;;a--) { a & 5 * b }
+ for (a=0; a<=4 && b>=5; --a) ;
+ for (a=0; a==4 || b!=5; a++) { b = a }
next
while (99) ;
while (99) { break continue }