summaryrefslogtreecommitdiff
path: root/gold/testsuite/eh_test_a.cc
blob: e3c8a16a8b9bf2f1b3d2a79370d105bef4d4a59b (plain)
1
2
3
4
5
6
7
8
9
template<typename C>
void
bar(C*)
{
}

template
void
bar<int>(int*);