Files
swift-mirror/test/Serialization/Inputs/alias_builtin.swift
Jordan Rose cb45063516 [serialization] Don't special-case builtin types.
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
2013-07-01 21:05:39 +00:00

2 lines
42 B
Swift

typealias TheBuiltinInt64 = Builtin.Int64