aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.comment1
blob: 599225fcdabde618ed132f2eca8798152ee64158 (plain)
1
2
3
4
5
6
7
#comment
       #
BEGIN { x = 1 }
/abc/ { print $0 }
#comment
END { print NR }
#comment