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
/
cpp0x
/
enum8.C
blob
15bee8334f1ab331fbd8728cc84922ff52daeb53
1
// PR c++/47704
2
// { dg-do compile { target c++11 } }
3
4
void
5
foo ()
6
{
7
enum class E { A, B };
8
new E;
9
}