(root)/
binutils-2.41/
gold/
testsuite/
eh_test_a.cc
template<typename C>
void
bar(C*)
{
}

template
void
bar<int>(int*);