summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/constexpr-complex2.C
blob: 9a9291b264cee5a726bcbbac744ad6759be4b0da (plain)
1
2
3
4
5
// { dg-do compile { target c++11 } }
// { dg-options "" }

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