summaryrefslogtreecommitdiff
path: root/regress/usr.bin/bc/t10.in
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-10-19 19:22:49 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-10-19 19:22:49 +0000
commit54364e0821fb0b1dad5bf54992709ecc9f08d8b1 (patch)
treec94ebb9c1e55f8456a27bb5e4b23f2c06eae1ae6 /regress/usr.bin/bc/t10.in
parent9e2087d37770e4201db1975a051d3287b93b6bc3 (diff)
Regressions for 'for' statement with empty E's.
Diffstat (limited to 'regress/usr.bin/bc/t10.in')
-rw-r--r--regress/usr.bin/bc/t10.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/usr.bin/bc/t10.in b/regress/usr.bin/bc/t10.in
new file mode 100644
index 00000000000..eab50685a5a
--- /dev/null
+++ b/regress/usr.bin/bc/t10.in
@@ -0,0 +1,4 @@
+for (;;) {
+}
+for (;a<1;)
+for (a=1;a<1;)