| 1 | // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions %s -o - |
|---|---|
| 2 | |
| 3 | void f0(id x) { |
| 4 | @synchronized (x) { |
| 5 | do { ; } while(0); |
| 6 | @try { |
| 7 | } @finally { |
| 8 | } |
| 9 | } |
| 10 | } |
| 11 |
| 1 | // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions %s -o - |
|---|---|
| 2 | |
| 3 | void f0(id x) { |
| 4 | @synchronized (x) { |
| 5 | do { ; } while(0); |
| 6 | @try { |
| 7 | } @finally { |
| 8 | } |
| 9 | } |
| 10 | } |
| 11 |