// RUN: %target-swift-frontend -target %target-swift-5.9-abi-triple -emit-ir %s struct Repeater { let elements: (repeat () -> each Element) } struct Box {} let repeater: Repeater>