Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-complex2.C
blob: 9a9291b264cee5a726bcbbac744ad6759be4b0da [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
// { dg-options "" }
static
_Complex
int
i
;
static_assert
(&
__imag i
==
&
__imag i
,
""
);