OSDN Git Service

PR c++/20669
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit38.C
index e83898f..3554024 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do assemble  }
 template <int I>
-void f(int j);
+void f(int j);                 // { dg-message "candidate" }
 
 void g()
 {