Fix latent bug in custom word point completion handling
[deliverable/binutils-gdb.git] / gold / testsuite / eh_test_a.cc
index ad4bcc2e88e9102501f5a202e203daedcb8c14d4..e3c8a16a8b9bf2f1b3d2a79370d105bef4d4a59b 100644 (file)
@@ -1,4 +1,9 @@
+template<typename C>
 void
-bar()
+bar(C*)
 {
 }
+
+template
+void
+bar<int>(int*);
This page took 0.024014 seconds and 4 git commands to generate.