We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c814fe3 commit c88d754Copy full SHA for c88d754
test/SILGen/UIApplicationMain.swift
@@ -29,9 +29,9 @@ import UIKit
29
class MyDelegate : UIApplicationDelegate {}
30
31
// CHECK-LABEL: sil [ossa] @main
32
-// CHECK: function_ref @UIApplicationMain
+// CHECK: function_ref @$sSo17UIApplicationMainys5Int32VAC_SpySpys4Int8VGSgGSgSSSgAJtFTo
33
// IR-LABEL: define{{( protected)?}} i32 @main
34
-// IR: call i32 @UIApplicationMain
+// IR: call i32 @$sSo17UIApplicationMainys5Int32VAC_SpySpys4Int8VGSgGSgSSSgAJtFTo
35
36
// Ensure that we coexist with normal references to the functions we
37
// implicitly reference in the synthesized main.
0 commit comments