mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fixes a compiler crash in case a private global is only reference from another global variable, for example: ``` private var g1 = 27 let g2 = UnsafePointer(&g1) ``` rdar://117189962
4.7 KiB
4.7 KiB