shithub: kwa

ref: c0526c8928a2b554d9421bca2fc04ba044fe06af
dir: /test/t.comment1/

View raw version
#comment
       #
BEGIN { x = 1 }
/abc/ { print $0 }
#comment
END { print NR }
#comment