Files
swift-mirror/test/Interop/Cxx/stdlib/print-libcxx-module-interface.swift
Alex Lorenz 88c8893e80 [interop] AST printer should only visit one original namespace decl to avoid printing redecls over and over again
Also, lookup namespace members directly without doing a lookup. This helps us print the libc++ module interface in < 1s on M1
2023-01-29 12:01:07 -08:00

11 lines
319 B
Swift

// RUN: %target-swift-ide-test -print-module -module-to-print=std -I %S/Inputs -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