brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · 69a174c Raw
15 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify %s2// expected-no-diagnostics3 4@interface A5@end6 7@interface A(N)8@end9 10@protocol M11@end12 13namespace N { }14namespace M { }15