mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
364 B
Swift
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: }
|