Retro68/binutils/gold/testsuite/eh_test_a.cc

10 lines
69 B
C++
Raw Normal View History

2017-04-10 11:32:00 +00:00
template<typename C>
void
bar(C*)
{
}
template
void
bar<int>(int*);