blob: 599225fcdabde618ed132f2eca8798152ee64158 [file] [log] [blame]
#comment
#
BEGIN { x = 1 }
/abc/ { print $0 }
#comment
END { print NR }
#comment