cxx_lambdas.cpp 33 B

12345
  1. void someFunc()
  2. {
  3. [](){}();
  4. }