shithub: kwa

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

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