blob: 0458752d9338ecc6a293a31ee65a22ab613badc9 [file] [log] [blame]
// RUN: clang -cc1 -fsyntax-only -verify %s
@interface NSObject @end
@interface NSObject (NSScriptClassDescription)
@end
void f() {
NSScriptClassDescription *f; // expected-error {{use of undeclared identifier 'NSScriptClassDescription'}}
}