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

BEGIN {
	a = 5
	a++
	print a
}

/foo/ {
	print "bar"
}

@namespace "stuff"


function stuff()
{
	print "stuff"
}