(root)/
gawk-5.2.2/
test/
revout.awk
@load "revoutput"

BEGIN {
	REVOUT = 1
	print "hello, world" > "/dev/stdout"
}