summaryrefslogtreecommitdiff
path: root/usr/src/test/util-tests/tests/awk/gnu/subsepnm.awk
blob: 976eef96e1efbd21276c311d2299b5165282a0d6 (plain)
1
BEGIN { SUBSEP = 10; a[1, 1] = 100 ; print a[1 SUBSEP 1] }