(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
constexpr-complex2.C
// { dg-do compile { target c++11 } }
// { dg-options "" }

static _Complex int i;
static_assert (&__imag i == &__imag i, "");