summaryrefslogtreecommitdiff
path: root/test/stupid2.awk
blob: 3f6d0d8541cbceec248a517e1ef97a554e04b1b0 (plain)
1
2
3
4
5
BEGIN {
	n = "varname"
	SYMTAB[n]
	varname
}