summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/opasnslf.awk
blob: 46cd2b8176ddb37aa81e769dd8a2df3996e0a8f6 (plain)
1
2
3
4
5
6
BEGIN {
	print b += b += 1
	b = 6
	print b += b++
	print b
}
OpenPOWER on IntegriCloud