summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/main.cpp
blob: 3bce3f32f4a2e03eb0d66cf780f4b06da7c48e7a (plain)
1
2
3
4
5
6
int main() {
  []()
  { //%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, lldb.SBStringList())
  }
  ();
}
OpenPOWER on IntegriCloud