================ @@ -13,3 +13,8 @@ struct E { E(); }; E::E() = default; + +struct I { + I(); +}; +I::I() = default; ---------------- Nerixyz wrote: Oops, was testing something unrelated... https://github.com/llvm/llvm-project/pull/156370