Automatic date update in version.in
[binutils-gdb.git] / gold / testsuite / eh_test_a.cc
blobe3c8a16a8b9bf2f1b3d2a79370d105bef4d4a59b
1 template<typename C>
2 void
3 bar(C*)
7 template
8 void
9 bar<int>(int*);