Files
swift-mirror/test/ModuleInterface/Inputs/TestModule.swift
Harlan Haskins d3b8ce7ae2 [test] Update ParseableInterface to ModuleInterface
Also remove uses of -emit-parseable-module-interface from tests
2019-09-13 14:55:48 -07:00

4 lines
48 B
Swift

public struct TestStruct {
public init() {}
}