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