summaryrefslogtreecommitdiff
path: root/test/profile7.ok
blob: d65afa8666a7eab610c8d81e546b4d337fd5efb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	# BEGIN rule(s)

	BEGIN {
     1  	print 1 / 10 * 10
     1  	print 1 / (10 * 10)
     1  	print 1 % 10 * 10
     1  	print 1 % (10 * 10)
     1  	print 10 * 5 / 2
     1  	print 10 * 5 / 2
     1  	a = 5
     1  	b = 3
     1  	print a - 1 - b
     1  	print a + 1 - b
	}