mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Instead, special-case cross-references to use the empty identifier as the name of the Builtin module. This way imported modules will be able to use builtin types and functions without the main TU having access. Swift SVN r5947
2 lines
42 B
Swift
2 lines
42 B
Swift
typealias TheBuiltinInt64 = Builtin.Int64
|