We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75181f9 + f7c5688 commit 1f25173Copy full SHA for 1f25173
test/SILOptimizer/static_init_globals.swift
@@ -1,5 +1,7 @@
1
// RUN: %target-swift-frontend %s -module-name=test -emit-sil | %FileCheck %s
2
3
+// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
4
+
5
public struct MyStruct {
6
// CHECK-LABEL: sil_global [let] @$s4test8MyStructV1rSnySiGvpZ : $Range<Int> = {
7
// CHECK-NEXT: %0 = integer_literal $Builtin.Int{{[0-9]+}}, 1
0 commit comments