xref: /llvm-project/clang/test/Rewriter/protocol-rewrite-2.m (revision 0f1c1be1968076d6f96f8a7bcc4a15cf195ecd97)
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@protocol Foo;
5@protocol Foo
6@end
7