Files
swift-mirror/test/Interop/Cxx/namespace/free-functions-second-header-module-interface.swift
zoecarver 839839f924 [cxx-interop] Rename enable-cxx-interop -> enable-experimental-cxx-interop.
Also removes the driver flag, this will now also always be guarded on `-Xfrontend`.
2022-04-07 19:15:25 -07:00

7 lines
364 B
Swift

// RUN: %target-swift-ide-test -print-module -module-to-print=FreeFunctionsSecondHeader -I %S/Inputs -source-filename=x -enable-experimental-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: }