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
/
rewrite-extern-c.mm
blob
cf37d7597e3ac1b277a3ccb16804eaa8c1a6d99e
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
2
// radar 7546096
3
4
extern "C" {
5
short foo() { }
6
}
7
typedef unsigned char Boolean;
8