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