xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/uninit2.awk (revision 20a7641f9918de8574b8b3b47dbe35c4bfc78df1)
1BEGIN { a = a + 1; x = a; print a}
2BEGIN { ++b; x = b; print b}
3