repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
SemaObjCXX
/
category-lookup.mm
blob
7ac4d1c5009e9ac2412bb3b14dc262c553be5633
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
@interface NSObject @end
4
5
@interface NSObject (NSScriptClassDescription)
6
@end
7
8
void f() {
9
NSScriptClassDescription *f; // expected-error {{unknown type name 'NSScriptClassDescription'}}
10
}