PR c++/85553
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-ref6.C
blob1cbd651f1e5c9f4bec34630a71eb7a0a00a346f8
1 // PR c++/60771
2 // { dg-do compile { target c++11 } }
4 struct A { 
5   static constexpr int const& ref = 5;
6 };