aboutsummaryrefslogtreecommitdiffstats
path: root/test/nsbad.awk
blob: 825bb35c0e0159794541e20587c858b465cbb64b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@namespace "1foo"
@namespace "for"
@namespace "42f"
@namespace "ab#d"

BEGIN {
	foo75::bar = 57
	if::junk = 1
	foo::match = 3
}

@namespace "foo"
function gsub () {
	print "foo::gsub"
}