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