auto test = [..](..){..};@H_301_3@ 和 const auto test = [..](..){..};@H_301_3@ ?
和
const auto test = [..](..){..};@H_301_3@ ?
?
int x = 0; const auto test = [x]() mutable { ++x; }; test(); // error@H_301_3@