ubuntu-buildroot/output/build/host-gawk-5.2.0/test/aryprm7.awk

7 lines
49 B
Awk

function f(x, y){
y[1] = x
}
BEGIN {
f(a, a)
}