mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
eed6a4eb94
* Expose separate function sections option to compiler * Add function sections test
6 lines
91 B
Swift
6 lines
91 B
Swift
public typealias Void = ()
|
|
|
|
public func func1() -> Void {}
|
|
|
|
public func func2() -> Void {}
|