// RUN: %target-swift-frontend -emit-ir %s -disable-availability-checking // https://github.com/swiftlang/swift/issues/75329 struct GPack1 {} struct GPack2 { struct G {} } func test( example1: repeat GPack1, example2: repeat GPack2.G ) { let _ = (repeat each example1) // Boom }