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
/
namespace-lookup.mm
blob
69a174c9a42c12689cee93a1b5e65c47ce85e5cf
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
// expected-no-diagnostics
3
4
@interface A
5
@end
6
7
@interface A(N)
8
@end
9
10
@protocol M
11
@end
12
13
namespace N { }
14
namespace M { }