summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/funsemnl.awk
blob: 6b39dca518e9c17eb2779bb5519e4f92c00c7206 (plain)
1
2
3
# make sure that ; + \n at end after function works
function foo() { print "foo" } ;
BEGIN { foo() }
OpenPOWER on IntegriCloud