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