blob: 87fea6f4b9ada5f68d3450b188da90b79aaa3964 [file] [log] [blame]
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -parse -parse-as-library -verify %s
// REQUIRES: objc_interop
import UIKit
class DelegateBase : NSObject, UIApplicationDelegate { }
@UIApplicationMain
class MyDelegate : DelegateBase { }