mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
13 lines
322 B
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
|