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 306df18 commit 0eca9f7Copy full SHA for 0eca9f7
test/Interop/Cxx/stdlib/import-foundation-with-indexing.swift
@@ -1,7 +1,11 @@
1
+// RUN: %empty-directory(%t)
2
// RUN: %target-swift-frontend %s -c -index-system-modules -index-store-path %t -enable-experimental-cxx-interop
-//
3
+// RUN: ls %t/v5/units | %FileCheck %s
4
+
5
// REQUIRES: OS=macosx
6
7
import Foundation
8
-func test(d: Date) {}
9
+func test(d: Date) {}
10
11
+// CHECK: Foundation-{{.*}}.pcm
0 commit comments