llvm-project/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/main.cpp

7 lines
134 B
C++

int main() {
[]()
{ //%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, lldb.SBStringList())
}
();
}