blob: 18a64285af0090647c85a2c9398c7645fe666100 [file] [log] [blame]
// swift-interface-format-version: 1.0
// swift-module-flags: -module-name ObjCAttrWithoutFoundation -enable-resilience -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
}