summaryrefslogtreecommitdiff
path: root/test/profile8.ok
blob: 34f7a96b4af49f22dd1748e04724f33d1c91b39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Some
# header
# comments

# Add up
{
	sum += $1
}

# Print sum
END {
	print sum
}