blob: 35643b990c101bb4e10dc3c706150657e6783cb3 [file] [log] [blame]
// { dg-options -std=c++0x }
int x;
constexpr int& rx = x; // { dg-error "int&" }