1#include <stdio.h>
2
3int main (int argc, char const *argv[])
4{
5 printf(format: "Stop here\n"); //% self.runCmd("expression auto $add = [](int first, int second) { return first + second; }")
6 //% self.expect("expression $add(2,3)", substrs = ['= 5'])
7 return 0;
8}
9

source code of lldb/test/API/lang/cpp/lambdas/main.cpp