Files
swift-mirror/test/ModuleInterface/ModuleCache/ObjCAttrWithoutFoundation.swiftinterface
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

11 lines
349 B
Plaintext

// swift-interface-format-version: 1.0
// swift-module-flags: -module-name ObjCAttrWithoutFoundation -enable-library-evolution -enable-objc-interop
// RUN: %empty-directory(%t)
// RUN: echo 'import ObjCAttrWithoutFoundation' | %target-swift-frontend -typecheck -module-cache-path %t -I %S -
public class MyClass {
public init()
@objc deinit
}