repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
error7.C
blob
3c1a0e1f21b1fd5b1328dd11739f856a46201c6c
1
// PR c++/13314
2
// { dg-options "-O2" }
3
4
struct A { template <int> struct B; };
5
struct A::B {}; // { dg-error "" }
6
A::B<0> b; // { dg-error "" }