aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzzing/bc_inputs2/line_by_line2.txt
blob: b05c2169acedf6e82239b67b24b6a89a2da85f9c (plain)
1
2
3
4
5
6
7
8
9
1+1

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

a(10)

quit