1 // { dg-do compile { target c++11 } }
2 int x;
3 constexpr int& rx = x;
4