summaryrefslogtreecommitdiff
path: root/test/profile6.ok
blob: 0c9486c773e453df7939c78216d6c1653e7d0798 (plain)
1
2
3
4
5
6
7
8
9
10
	# BEGIN rule(s)

	BEGIN {
     1  	x = 3
     1  	print -(-x)
     1  	Q = "|"
     1  	print -3 Q (-4)
     1  	print -3 Q (-4) (-5)
	}