Lines Matching defs:Z0
191 struct Z0 { // #cwg1518-Z0
192 explicit Z0() = default; // #cwg1518-Z0-ctor
200 Z0 a;
201 Z0 b{};
202 Z0 c = {};
204 // since-cxx11-note@#cwg1518-Z0-ctor {{explicit constructor declared here}}
205 int i = Eat<Z0>({});
207 // since-cxx11-note@#cwg1518-Eat {{candidate function template not viable: cannot convert initializer list argument to 'Z0'}}