blob: 5f9950207034497da5e315e62c39ab1fcc051039 [file] [log] [blame]
// 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
}