ref: eddb8fc8dc562d4689c694c14363d104d5accb0e dir: /test/t.fun1/
function f(a,b,c) { print "hello" } NR < 3 { f(1,2,3) }