Searched defs:init_kind_2 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp11-1y.cpp33 auto init_kind_2 = [ec = ExplicitCopy()] {}; // expected-error {{no matching constructor}} variable
37 auto init_kind_2 = [ec = T()] {}; // expected-error {{no matching constructor}} local

Completed in 248 milliseconds