xref: /aosp_15_r20/external/bc/tests/fuzzing/bc_inputs1/line_by_line1.txt (revision 5a6e848804d15c18a0125914844ee4eb0bda4fcf)
11+1
2
3define a (x) {
4	print "a(", x, ")\n"
5	quit
6}
7
8a(10)
9
10quit
11