1
0
Files
2022-09-29 17:59:04 +03:00

8 lines
49 B
Plaintext

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