mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
538d7306bd
E.g. ``` var p = Point(x: 10, y: 20) let o = UnsafePointer(&p) ``` MandatoryPerformanceOptimization must inline the accessor to the referenced global.