xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/octsub.awk (revision 78801af7286cd73dbc996d470f789e75993cf15d)
1BEGIN{ ++x[03]; print "/" x[0] "/" x[3] "/"}
2