index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
}