1 // { dg-do compile { target c++11 } }
2 // { dg-options "" }
3 
4 static _Complex int i;
5 static_assert (&__imag i == &__imag i, "");
6