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