xref: /illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/t.comment1 (revision 4c87aefe8930bd07275b8dd2e96ea5f24d93a52e)
1#comment
2       #
3BEGIN { x = 1 }
4/abc/ { print $0 }
5#comment
6END { print NR }
7#comment
8