4.4BSD/usr/src/old/awk/test/t.comment1

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