blob: 1cbd651f1e5c9f4bec34630a71eb7a0a00a346f8 [file] [log] [blame]
// PR c++/60771
// { dg-do compile { target c++11 } }
struct A {
static constexpr int const& ref = 5;
};