Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist13.C
blob: bba226798ea39a636e0abb253ad08b80bf191eff [
file
] [
log
] [
blame
]
// PR c++/39056
// { dg-do compile { target c++11 } }
#include
<complex>
__complex__
int
i
{
0
};
std
::
complex
<int>
i2
{
0
};