mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
5 lines
230 B
Swift
5 lines
230 B
Swift
// RUN: %target-swift-frontend -emit-ir %s -g | %FileCheck %s
|
|
|
|
// CHECK: !{{[0-9]+}} = !DICompositeType(tag: DW_TAG_structure_type, name: "$sxxQp_QSiIgp_D", {{.*}})
|
|
public func f<each Input>(builder: (repeat each Input) -> ()) {}
|