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 | |
9 |
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 | |
9 |