mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We use the just-built clang without any -target or -sdk flags. Keep things simple and limit the test to macOS for now. Fixes <rdar://problem/50586614>.
6 lines
86 B
Swift
6 lines
86 B
Swift
import first
|
|
|
|
#if BEFORE
|
|
@_weakLinked public class DerivedClass : BaseClass {}
|
|
#endif
|