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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Rewriter
/
protocol-rewrite-2.m
blob
a49168b95ca800d36f56a4a2035d8b049537c9ef
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