mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
12 lines
483 B
Swift
12 lines
483 B
Swift
// RUN: %target-swift-ide-test -print-module -module-to-print=FakeToolchain -tools-directory %S/Inputs/fake-toolchain/bin -source-filename=x -enable-cxx-interop -Xcc -stdlib=libc++ | %FileCheck %s
|
|
|
|
// Clang driver on Windows doesn't support -stdlib=libc++
|
|
// XFAIL: OS=windows-msvc
|
|
// Android NDK layout might need more flags to find libc++
|
|
// XFAIL: OS=linux-androideabi
|
|
// XFAIL: OS=linux-android
|
|
|
|
// CHECK: enum FakeNamespace {
|
|
// CHECK: static func foo(_ x: Int32)
|
|
// CHECK: }
|