summaryrefslogtreecommitdiff
path: root/test/revout.awk
blob: 25f62fc7f7b1c8417f70740e79332a607f3ffa40 (plain)
1
2
3
4
5
6
@load "revoutput"

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