1 2 3 4 5 6 7 8 9 10 11 12
namespace std { struct a { a() {} a(a &&); }; template <class> struct au { a ay; ~au() { //%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, lldb.SBStringList()) } }; } int main() { std::au<int>{}; }