Files
swift-mirror/test/ParseableInterface/ModuleCache/ObjCAttrWithoutFoundation.swiftinterface
2019-03-14 22:24:26 -04:00

11 lines
384 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 -enable-parseable-module-interface -module-cache-path %t -I %S -
public class MyClass {
public init()
@objc deinit
}