shithub: kwa

ref: 3f08396b3cd829037e9b27ab5500576b28773258
dir: /test/t.comment1/

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