mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
309 B
Swift
7 lines
309 B
Swift
// RUN: %target-swift-frontend -emit-ir %s
|
|
|
|
// Verify that we don't hit the `Instruction missing on-stack pack metadata cleanups!` assertion.
|
|
|
|
// For alloc_stacks of tuples featuring a pack.
|
|
public func tupleExpansionWithMemberType<each T: Sequence>(seqs: (repeat each T), elts: (repeat (each T).Element)) {}
|