mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 12:35:47 -04:00

The test was moved to "completion-in-lambda-and-unnamed-class" by D66175. + Fix typo in the directory name.
12 lines
281 B
C++
12 lines
281 B
C++
int main() {
|
|
[]()
|
|
{ //%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, lldb.SBStringList())
|
|
}
|
|
();
|
|
struct {
|
|
void f()
|
|
{ //%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, lldb.SBStringList())
|
|
}
|
|
} A;
|
|
}
|