shithub: kwa

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

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