================ @@ -0,0 +1,69 @@ +// RUN: %clang_cc1 -verify -std=c++26 %s -Wno-defaulted-function-deleted -triple x86_64-linux-gnu + +struct NonTrivial { ---------------- brevzin wrote: Done. https://github.com/llvm/llvm-project/pull/146815