PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / local4.C
blob95d2990ec88d3aa9d827e5a48e1be2e8475fabe1
1 // PR c++/17413
2 // { dg-options -std=c++98 }
4 template <typename T> void foo() {} // { dg-message "note" }
6 int main () {
7   struct S {};
8   foo<S> (); // { dg-error "(match|template argument for|trying to instantiate)" }