summaryrefslogtreecommitdiffstats
path: root/test/Rewriter/rewrite-extern-c.mm
blob: 1c8e90faed9fce393adc8af08951790394d45263 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -o - %s
// radar 7546096

extern "C" {
        short foo() { } 
}
typedef unsigned char Boolean;

OpenPOWER on IntegriCloud