mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
165 B
Swift
10 lines
165 B
Swift
public typealias MyInt64 = ()
|
|
|
|
public struct AliasWrapper {
|
|
public typealias Boolean = ()
|
|
}
|
|
|
|
public extension Int {
|
|
public typealias EspeciallyMagicalInt = ()
|
|
}
|