Rebase.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit38.C
blob3e74829380f8eb8388b9ae4e6400d20ccd257303
1 // { dg-do assemble  }
2 template <int I>
3 void f(int j);                  // { dg-message "note" }
5 void g()
7   f<7, 12>(3); // { dg-error "" } no matching function.