Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp57 struct Constexpr5Base {}; struct
58 struct Constexpr5 : Constexpr5Base { constexpr Constexpr5() {} }; in Constexpr5()