diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-10-19 19:22:49 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-10-19 19:22:49 +0000 |
commit | 54364e0821fb0b1dad5bf54992709ecc9f08d8b1 (patch) | |
tree | c94ebb9c1e55f8456a27bb5e4b23f2c06eae1ae6 /regress/usr.bin/bc/t10.in | |
parent | 9e2087d37770e4201db1975a051d3287b93b6bc3 (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.in | 4 |
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;) |