-// RUN: clang-cc -triple i386-unknown-unknown -DIRGENABLE_GNU -DIRGENABLE -fgnu-runtime -emit-llvm -o %t %s &&
-// RUN: clang-cc -triple i386-unknown-unknown -DIRGENABLE_GNU -DIRGENABLE -g -fgnu-runtime -emit-llvm -o %t %s &&
-
// RUN: clang-cc -triple i386-unknown-unknown -fgnu-runtime -emit-llvm -o %t %s
#include "objc-language-features.inc"
@end
int f0(id x) {
-#ifndef IRGENABLE_GNU
@synchronized(x) {
}
-#endif
-#ifndef IRGENABLE_GNU
@try {
@throw x;
for (id y in x) {
break;
}
-#endif
}
#ifndef __OBJC2__