Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-ice2.C
blob35643b990c101bb4e10dc3c706150657e6783cb3
1 // { dg-options -std=c++0x }
2 int x;
3 constexpr int& rx = x; // { dg-error "int&" }