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 a1bc577 commit 67a9fe0Copy full SHA for 67a9fe0
test/ClangImporter/InternalBridgingHeader/pch.swift
@@ -47,4 +47,6 @@
47
// RUN: not %target-swift-frontend -typecheck %s -internal-import-bridging-header %S/../Inputs/c-bridging-header.h -pch-output-dir %t/no-pch -pch-disable-validation -sdk %clang-importer-sdk 2>&1 | %FileCheck %s -check-prefix=NO-VALIDATION
48
// NO-VALIDATION: PCH file {{.*}} not found
49
50
+// UNSUPPORTED: OS=windows-msvc
51
+
52
func getX(point: MyPoint) -> Double { point.x }
0 commit comments