view clang/test/SemaObjCXX/namespace-lookup.mm @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children
line wrap: on
line source

// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics

// <rdar://problem/9388207>
@interface A
@end

@interface A(N)
@end

@protocol M
@end

namespace N { }
namespace M { }