shithub: kwa

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

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