blob: 2d1baa62200930c6d5e6e229cf5470d373302b01 [file] [log] [blame]
// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-llvm %s -o -
void f0(id x) {
@synchronized (x) {
do { ; } while(0);
@try {
} @finally {
}
}
}