blob: e9f7e77ae80d60aa480e029fb303c10a01dcae94 [file] [log] [blame]
function f(a,b,c) { print "hello" }
NR < 3 { f(1,2,3) }