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
/
initlist13.C
blob
bba226798ea39a636e0abb253ad08b80bf191eff
1
// PR c++/39056
2
// { dg-do compile { target c++11 } }
3
4
#include <complex>
5
6
__complex__ int i {0};
7
std::complex<int> i2 {0};