(root)/
gawk-5.2.2/
test/
funsemnl.awk
# make sure that ; + \n at end after function works
function foo() { print "foo" } ;
BEGIN { foo() }