summaryrefslogtreecommitdiff
path: root/regress/usr.bin/bc/t6.in
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-09-25 19:40:08 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-09-25 19:40:08 +0000
commitc256bbfffb3c2e058b5ca42600e9a58e685f9291 (patch)
tree5829be078af1ba373a6742b55a9f99383a43e684 /regress/usr.bin/bc/t6.in
parente9850d76124894fe91666de6cc13715ebaed1083 (diff)
A set of regression tests for bc(1).
Diffstat (limited to 'regress/usr.bin/bc/t6.in')
-rw-r--r--regress/usr.bin/bc/t6.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/usr.bin/bc/t6.in b/regress/usr.bin/bc/t6.in
new file mode 100644
index 00000000000..9a196752062
--- /dev/null
+++ b/regress/usr.bin/bc/t6.in
@@ -0,0 +1,3 @@
+if (1)
+for (i=1; i <= 10; i++)
+while (1>0)