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