OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-ice2.C
1 // { dg-options -std=c++0x }
2 int x;
3 constexpr int& rx = x;