(root)/
gawk-5.2.2/
test/
symtab8.awk
{
	SYMTAB[$1] = 1
}

END { print $test }