mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Also removed the sdk 'feature' in favour of the more specific objc_interop. Swift SVN r24856
10 lines
313 B
Swift
10 lines
313 B
Swift
// Note: this test intentionally uses a private module cache.
|
|
//
|
|
// RUN: rm -rf %t/clang-module-cache
|
|
// RUN: %target-swift-frontend -parse -verify -module-cache-path %t/clang-module-cache %s
|
|
// RUN: ls -lR %t/clang-module-cache | FileCheck %s
|
|
|
|
// CHECK: _Builtin_intrinsics{{.*}}.pcm
|
|
|
|
import _Builtin_intrinsics
|