xref
: /
aosp_15_r20
/
external
/
bc
/
tests
/
fuzzing
/
bc_inputs2
/
line_by_line2.txt
(revision 5a6e848804d15c18a0125914844ee4eb0bda4fcf)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
1+1
2
3
define a (x) {
4
print "a(", x, ")\n"
5
}
6
7
a(10)
8
9
quit
10