1 // RUN: %clang_cc1 -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -x objective-c++ -fblocks -o - %s
3 extern "C" __declspec(dllexport) void BreakTheRewriter(void) {
4 __block int aBlockVariable = 0;
5 void (^aBlock)(void) = ^ {
9 void (^bBlocks)(void) = ^ {
17 __declspec(dllexport) extern "C" void AnotherBreakTheRewriter(int *p1, double d) {
19 __block int bBlockVariable = 0;
20 void (^aBlock)(void) = ^ {
24 void (^bBlocks)(void) = ^ {