Files
swift-mirror/test/Interop/Cxx/stdlib/import-foundation-with-indexing.swift

12 lines
280 B
Swift

// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend %s -c -index-system-modules -index-store-path %t -enable-experimental-cxx-interop
// RUN: ls %t/v5/units | %FileCheck %s
// REQUIRES: OS=macosx
import Foundation
func test(d: Date) {}
// CHECK: Foundation-{{.*}}.pcm