1
0
Files
irix-657m-src/eoe/cmd/awk/regressions/test3
2022-09-29 17:59:04 +03:00

8 lines
49 B
Plaintext

BEGIN {
foo()
print "ok"
}
function foo() {
}