================ @@ -793,3 +794,44 @@ void test13() { } } // namespace GH100526 + +namespace LifetimeboundInterleave { + +const std::string& Ref(const std::string& abc [[clang::lifetimebound]]); ---------------- hokein wrote: Added. https://github.com/llvm/llvm-project/pull/114044