PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / typename11.C
blobfb776105f436977add362f6ea0fa782bae5eb7fa
1 // PR c++/28999
3 namespace N
5   template<int> void foo();
8 template<int> struct A
10   friend void typename N::foo<0>(); // { dg-error "type|expected" }