aboutsummaryrefslogtreecommitdiffstats
path: root/test/nsprof1.ok
blob: cbd82cc5b6a4c4bf45e0c05852b7dfa673d73cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

@namespace "foo"

BEGIN {
	a = 5
	a++
	print a
}

/foo/ {
	print "bar"
}


@namespace "stuff"


function stuff()
{
	print "stuff"
}