[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / commands / expression / completion-in-lambda-and-unnamed-class / main.cpp
bloba3d8ab6532e6e5462a4c73fcd552c3cf61801f31
1 int main() {
2 []()
3 { //%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, lldb.SBStringList())
5 ();
6 struct {
7 void f()
8 { //%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, lldb.SBStringList())
10 } A;