Files
swift-mirror/test/Interop/Cxx/namespace/free-functions-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

7 lines
351 B
Swift

// RUN: %target-swift-ide-test -print-module -module-to-print=FreeFunctionsSecondHeader -I %S/Inputs -source-filename=x -enable-cxx-interop | %FileCheck %s
// TODO: This file doesn't really test anything because functions need not be defined.
// CHECK: enum FunctionsNS1 {
// cHECK: static func definedInDefs() -> UnsafePointer<CChar>!
// CHECK: }