================
@@ -696,10 +732,10 @@ void lifetimebound_return_reference() {
{
MyObj obj;
View temp_v = obj;
- const MyObj& ref = GetObject(temp_v);
- ptr = &ref;
- }
- (void)*ptr;
+ const MyObj& ref = GetObject(temp_v);
----------------
kashika0112 wrote:Done https://github.com/llvm/llvm-project/pull/168855 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
