xref: /aosp_15_r20/external/clang/test/Rewriter/protocol-rewrite-2.m (revision 67e74705e28f6214e480b399dd47ea732279e315)
1// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o %t.cpp
2// RUN: %clang_cc1 -fsyntax-only %t.cpp
3
4// rdar://10234024
5@protocol Foo;
6@protocol Foo
7@end
8