blob: f7ca83c65408f10ce420e4bd1c661ba76b97d9c3 [file]
int i;
struct F {
int &r;
F() : r(i) {}
};
template <class T> struct unique_ptr {
F i;
unique_ptr() : i() {//%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, lldb.SBStringList())
}
};
int main() {unique_ptr<F> u; }