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
/
opasnslf.awk
blob: 46cd2b8176ddb37aa81e769dd8a2df3996e0a8f6 (
plain
)
1
2
3
4
5
6
BEGIN
{
print
b
+
= b
+
=
1
b =
6
print
b
+
= b
++
print
b
}