xref: /freebsd/contrib/one-true-awk/testdir/t.comment1 (revision 5aa839c9e2c373275091b8bf529c1311d0b84d76)
1#comment
2       #
3BEGIN { x = 1 }
4/abc/ { print $0 }
5#comment
6END { print NR }
7#comment
8