index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
exit2.awk
blob: ffbb0430859c400c30caf9f75894ac822282ab54 (
plain
)
1
2
function _fn0()
{
exit
}
BEGIN
{
ARRAY
[
_fn0()
]
}