xref: /freebsd/contrib/one-true-awk/testdir/t.fun1 (revision f59bb61e1eb4d1e4fc3c60cc14779d0668267cb2)
1function f(a,b,c) { print "hello" }
2NR < 3 { f(1,2,3) }
3