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

13 lines
322 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
// REQUIRES: cxx-interop-fixed-cf_options
import Foundation
func test(d: Date) {}
// CHECK: Foundation-{{.*}}.pcm