1 // PR c++/60771
2 // { dg-do compile { target c++11 } }
3 
4 struct A {
5   static constexpr int const& ref = 5;
6 };
7