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.
2 parents 63354f1 + a2dbc24 commit bbb12f3Copy full SHA for bbb12f3
test/stdlib/unmanaged_rc.swift
@@ -2,6 +2,8 @@
2
// RUN: %target-swift-frontend %s -emit-sil | %FileCheck %s
3
// RUN: %target-swift-frontend %s -emit-sil -O | %FileCheck -check-prefix=OPT %s
4
5
+// REQUIRES: optimized_stdlib
6
+
7
// Make sure that when we invoke Unmanaged._withUnsafeGuaranteedRef, we do not
8
// have any ref count overhead.
9
public class Klass {}
0 commit comments