summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/category-lookup.mm
blob: 0458752d9338ecc6a293a31ee65a22ab613badc9 (plain)
1
2
3
4
5
6
7
8
9
10
// 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'}}
}
OpenPOWER on IntegriCloud