blob: 2ba97a2852b1f3e2a041ce6e12c661341bca2c5d [file] [log] [blame]
// RUN: %target-build-swift -parse %s -Xfrontend -verify
// REQUIRES: objc_interop
class Foo {}
_ = Foo()
@objc class NSFoo {} // expected-error {{@objc attribute used without importing module 'Foundation'}} expected-error {{only classes that inherit from NSObject can be declared @objc}} {{1-7=}}