Files
swift-mirror/test/Interop/Cxx/namespace/classes-second-header-module-interface.swift
zoecarver b8e52a7ad2 [cxx-interop] Lazily import members of Clang namespaces and records via requests.
Also adds a ClangImporter request zone and move some requests into it.
2021-10-20 14:52:43 -07:00

14 lines
464 B
Swift

// RUN: %target-swift-ide-test -print-module -module-to-print=ClassesSecondHeader -I %S/Inputs -source-filename=x -enable-cxx-interop | %FileCheck %s
// Check-next is not used here because a lot of stuff is pulled in from classes.h
// CHECK: enum ClassesNS1 {
// CHECK: enum ClassesNS2 {
// CHECK: struct DefinedInDefs {
// CHECK: init()
// CHECK: mutating func basicMember() -> UnsafePointer<CChar>!
// CHECK: }
// CHECK: }
// CHECK: }