blob: eee41dc73b309023cf2aabc19897117d949e36e8 [file] [log] [blame]
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -parse -verify -application-extension %s
// REQUIRES: objc_interop
import Foundation
func test_unavailable_app_extension() {
_ = SomeCrazyAppExtensionForbiddenAPI() // expected-error {{'SomeCrazyAppExtensionForbiddenAPI()' is unavailable: Not available in App Extensions}}
}