mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
318 B
Swift
8 lines
318 B
Swift
// {"kind":"emit-ir","original":"493cc9db","signature":"(anonymous namespace)::TypeContextDescriptorBuilderBase<(anonymous namespace)::StructContextDescriptorBuilder, swift::StructDecl>::emit()"}
|
|
// RUN: not %target-swift-frontend -emit-ir %s
|
|
class a<b> {
|
|
}
|
|
@available(SwiftStdlib 6.2, *)
|
|
struct c<let d: a<e>, e> {
|
|
}
|