aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile16.ok
blob: b954b1c549b369c22907f09a7e6211fa4a6de4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BEGIN {
	foo::foo_bar()
	foofoo::xxx()
}


@namespace "foo"


function foo_bar()
{
	print "foo::foo_bar"
}

function foofoo::xxx()
{
	print "foofoo::xxx"
}