aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzzing/bc_inputs1/line_by_line1.txt
blob: daf328e2c03e7b4a75bef8c7e750944e7837882b (plain)
1
2
3
4
5
6
7
8
9
10
1+1

define a (x) {
	print "a(", x, ")\n"
	quit
}

a(10)

quit