Home
last modified time | relevance | path

Searched refs:Constexpr5 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp58 struct Constexpr5 : Constexpr5Base { constexpr Constexpr5() {} }; in Constexpr5() function
59 constexpr Constexpr5 ce5move = Constexpr5();
60 constexpr Constexpr5 ce5copy = ce5move;