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 8dbfb92 commit 78d47b2Copy full SHA for 78d47b2
test/Macros/macro_expand_closure.swift
@@ -25,7 +25,7 @@ func multiStatementInference() -> Int {
25
26
// CHECK-SIL: sil {{.*}} @$s9MacroUser23multiStatementInferenceSiyFSiyXEfU_
27
// CHECK-SIL-NOT: return
28
-// CHECK-SIL: %0 = integer_literal $Builtin.Int64, 10, loc "@__swiftmacro_9MacroUser23multiStatementInferenceSiyF0cD0fMf_.swift":2:14, scope [[S2]]
+// CHECK-SIL: %0 = integer_literal $Builtin.Int{{64|32}}, 10, loc "@__swiftmacro_9MacroUser23multiStatementInferenceSiyF0cD0fMf_.swift":2:14, scope [[S2]]
29
30
// CHECK: 10
31
print(multiStatementInference())
0 commit comments