Files
swift-mirror/test/LinkerSections/Inputs/FunctionSections.swift
Alex Suhan eed6a4eb94 Expose function sections option (#28088)
* Expose separate function sections option to compiler

* Add function sections test
2020-01-13 14:45:01 -08:00

6 lines
91 B
Swift

public typealias Void = ()
public func func1() -> Void {}
public func func2() -> Void {}