Blame test/symtab8.awk

Packit 575503
{
Packit 575503
	SYMTAB[$1] = 1
Packit 575503
}
Packit 575503
Packit 575503
END { print $test }