blob: 90641dd083cb5f633648b6e862b9590e2c97b5d3 [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 {
}
}
}