mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
121 B
Swift
9 lines
121 B
Swift
|
|
public typealias Int = Builtin.Int32
|
|
|
|
public struct Container<V> {
|
|
public func doSomething() {}
|
|
public init() {}
|
|
}
|
|
|