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 1017b6d commit 5105c16Copy full SHA for 5105c16
test/IRGen/loadable_by_address_address_assignment.swift
@@ -1,5 +1,7 @@
1
// RUN: %target-swift-frontend %s -O -Xllvm -sil-print-after=loadable-address -c -o %t/t.o 2>&1 | %FileCheck %s
2
3
+// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
4
+
5
public struct LargeThing {
6
var s0 : String = ""
7
var s1 : String = ""
0 commit comments