Fix header guard name in #endif comment
[binutils-gdb.git] / gold / testsuite / eh_test_a.cc
1 template<typename C>
2 void
3 bar(C*)
4 {
5 }
6
7 template
8 void
9 bar<int>(int*);