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