summaryrefslogtreecommitdiff
path: root/test/symtab8.awk
blob: 2c8083185f1dbef520917877a490dd340385dccd (plain)
1
2
3
4
5
{
	SYMTAB[$1] = 1
}

END { print $test }