Merge from vendor branch OPENSSH:
[dragonfly.git] / contrib / awk / test / opasnslf.awk
1 BEGIN {
2         print b += b += 1
3         b = 6
4         print b += b++
5         print b
6 }