freebsd-skq/contrib/awk/test/funsemnl.awk

4 lines
101 B
Awk
Raw Normal View History

2001-11-02 21:06:08 +00:00
# make sure that ; + \n at end after function works
function foo() { print "foo" } ;
BEGIN { foo() }