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 e3fa77e commit d55ca8aCopy full SHA for d55ca8a
test/SILGen/discard.swift
@@ -1,6 +1,12 @@
1
// RUN: %target-swift-emit-silgen -enable-experimental-feature MoveOnlyEnumDeinits -module-name test %s | %FileCheck %s --enable-var-scope
2
// RUN: %target-swift-emit-sil -enable-experimental-feature MoveOnlyEnumDeinits -module-name test -sil-verify-all %s | %FileCheck %s --check-prefix CHECK-SIL --enable-var-scope
3
4
+// UNSUPPORTED: OS=windows-msvc
5
+//
6
+// On Windows, the struct_extract instructions are not fully cleaned up:
7
+// CHECK-SIL-NOT: struct_extract
8
+// It likely has to do with the lazy property.
9
+
10
func invokedDeinit() {}
11
12
@_moveOnly enum MaybeFile {
0 commit comments