mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
d3b8ce7ae2
Also remove uses of -emit-parseable-module-interface from tests
11 lines
349 B
Plaintext
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
|
|
}
|