mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
373f0ce863
Previously we were only getting system search paths (via dlopen), so you couldn't ever load system frameworks. This is the compiler side of <rdar://problem/17629517>, which is unfortunately not the useful part. Swift SVN r19831
4 lines
55 B
Objective-C
4 lines
55 B
Objective-C
@import VerySmallObjCFramework;
|
|
|
|
int globalValue = 42;
|