[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Rewriter / protocol-rewrite-2.m
blobe0d59e88fe3332954b951c5d116e595eb88e8cce
1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o %t.cpp
2 // RUN: %clang_cc1 -fsyntax-only %t.cpp
4 // rdar://10234024
5 @protocol Foo;
6 @protocol Foo
7 @end