1 // { dg-do compile { target c++11 } }
3 extern constexpr int i __attribute__((unused)); // { dg-error "22:declaration of .constexpr. variable .i." }
7 constexpr static int i __attribute__((unused)); // { dg-error "24:.constexpr. static data member .i." }