blob: a3b0367737d79f5c50dc76fc4b9be9b4752caa74 [file] [log] [blame]
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -parse-as-library -verify %s
// REQUIRES: objc_interop
import AppKit
@NSApplicationMain
class MyDelegate: NSObject, NSApplicationDelegate {
}