bolt/deps/llvm-18.1.8/clang/test/SemaObjCXX/namespace-lookup.mm
2025-02-14 19:21:04 +01:00

14 lines
163 B
Text

// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
@interface A
@end
@interface A(N)
@end
@protocol M
@end
namespace N { }
namespace M { }