shithub: kwa

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

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