mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
131 B
Swift
6 lines
131 B
Swift
// RUN: not --crash %target-swift-frontend -emit-ir -primary-file %s
|
|
|
|
class Base<T: AnyObject> {}
|
|
|
|
class Derived: Base<Derived> {}
|