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 2862531 commit b7f6146Copy full SHA for b7f6146
test/SILGen/moveonly_builtin.swift
@@ -1,6 +1,8 @@
1
// RUN: %target-swift-emit-silgen -module-name moveonly -parse-stdlib %s -disable-access-control -disable-objc-attr-requires-foundation-module -enable-experimental-move-only | %FileCheck %s
2
// RUN: %target-swift-emit-sil -module-name moveonly -parse-stdlib %s -disable-access-control -disable-objc-attr-requires-foundation-module -enable-experimental-move-only | %FileCheck -check-prefix=CHECK-SIL %s
3
4
+// REQUIRES: rdar84780237
5
+
6
import Swift
7
8
class Klass {}
0 commit comments