Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Rewriter / rewrite-extern-c.mm
blob2941504ab78d87978381a9a70622d762da68efb3
1 // RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
3 extern "C" {
4         short foo() { } 
6 typedef unsigned char Boolean;