Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dp18-cxx11.cpp32 struct ByValueCopy { struct
33 ByValueCopy &operator=(ByValueCopy);
49 struct H : ByValueCopy {};