repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Rewriter
/
protocol-rewrite-2.m
blob
e0d59e88fe3332954b951c5d116e595eb88e8cce
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