mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Default corresponds to the Swift language version used to compile the input. Swift-5.9 is still supported for now, but will be removed shortly
7 lines
405 B
Swift
7 lines
405 B
Swift
// RUN: %sourcekitd-test -req=interface-gen -module CxxStdlib -- -Xfrontend -disable-implicit-concurrency-module-import -Xfrontend -disable-implicit-string-processing-module-import -cxx-interoperability-mode=default -target %target-triple -sdk %sdk | %FileCheck %s
|
|
|
|
// REQUIRES: OS=macosx
|
|
|
|
// CHECK: import CxxStdlib.vector
|
|
// CHECK: extension std.basic_string<Int8, char_traits<Int8>, allocator<Int8>> {
|