aboutsummaryrefslogtreecommitdiff
path: root/tests/bc/line_by_line1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bc/line_by_line1.txt')
-rw-r--r--tests/bc/line_by_line1.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bc/line_by_line1.txt b/tests/bc/line_by_line1.txt
new file mode 100644
index 00000000..daf328e2
--- /dev/null
+++ b/tests/bc/line_by_line1.txt
@@ -0,0 +1,10 @@
+1+1
+
+define a (x) {
+ print "a(", x, ")\n"
+ quit
+}
+
+a(10)
+
+quit