summaryrefslogtreecommitdiff
path: root/test/uninit2.awk
blob: 9ded5575a074c0c05007407d03c4ffcbdbf85c41 (plain)
1
2
BEGIN { a = a + 1; x = a; print a}
BEGIN { ++b; x = b; print b}