Files
swift-mirror/test/ClangImporter/MixedSource/Inputs/mixed-with-header-again.swift
Jordan Rose 61798ff6ec [test] Rename test/ClangModules to test/ClangImporter. (#5618)
...to match the component in include/ and lib/. No content change.
2016-11-02 18:00:53 -07:00

8 lines
182 B
Swift

@_exported import MixedWithHeader
public func testLineImpl(_ line: Line) {
doSomethingElse(line)
}
public func testOriginal(_ a: ForwardClass, _ b: Base, _ c: ProtoConformer) {}