mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
284 B
Swift
8 lines
284 B
Swift
// {"signature":"swift::PackExpansionType::PackExpansionType(swift::Type, swift::Type, swift::RecursiveTypeProperties, swift::ASTContext const*)"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
struct a < each b {
|
|
struct c {
|
|
d : (repeat(each b
|
|
func e {
|
|
c(&0
|