mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This decreases total testing time by over a minute on my old Mac Pro. It probably has much less effect on systems with fewer cores, but shouldn't be any worse there. Swift SVN r22745
8 lines
89 B
Swift
8 lines
89 B
Swift
import UIKit
|
|
import SpriteKit
|
|
|
|
class C : SKView { }
|
|
|
|
@asmname("Test") func Test()
|
|
Test()
|