Files
swift-mirror/test/Interop/Cxx/stdlib/print-libcxx-module-interface.swift
Alex Lorenz e025a49edc [interop] NFC, test, drop libcxx-in-sdk requirement
CI is running with SDKs that have libc++ already
2023-02-08 09:20:43 -08:00

11 lines
312 B
Swift

// RUN: %target-swift-ide-test -print-module -module-to-print=CxxStdlib -source-filename=x -enable-experimental-cxx-interop -enable-objc-interop -module-print-submodules | %FileCheck %s
// REQUIRES: OS=macosx
// CHECK: enum std {
// CHECK-NEXT: enum __1 {
// CHECK: typealias string =
// CHECK-NOT: enum std