Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaObjCXX / namespace-lookup.mm
blob69a174c9a42c12689cee93a1b5e65c47ce85e5cf
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 @interface A
5 @end
7 @interface A(N)
8 @end
10 @protocol M
11 @end
13 namespace N { }
14 namespace M { }