shithub: kwa

ref: 34c2bbec85008430bd4858c2b12ce0dbbc47acb0
dir: /test/t.comment1/

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