repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
Rewriter
/
rewrite-extern-c.mm
blob
1c8e90faed9fce393adc8af08951790394d45263
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -o - %s
2
// radar 7546096
3
4
extern "C" {
5
short foo() { }
6
}
7
typedef unsigned char Boolean;
8