Searched refs:Constexpr5 (Results 1 – 1 of 1) sorted by relevance
58 struct Constexpr5 : Constexpr5Base { constexpr Constexpr5() {} }; in Constexpr5() argument59 constexpr Constexpr5 ce5move = Constexpr5();60 constexpr Constexpr5 ce5copy = ce5move;