freebsd-nq/contrib/awk/test/funsemnl.awk
2001-11-02 21:06:08 +00:00

4 lines
101 B
Awk

# make sure that ; + \n at end after function works
function foo() { print "foo" } ;
BEGIN { foo() }