fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / FrontendObjC / 2009-02-05-VolatileProp.m
blob1deef739bee2a53125cdb1d9f8ddbc830f73cb5a
1 /* RUN: %llvmgcc -w -x objective-c -S %s -o /dev/null -pedantic-errors
2    rdar://6551276 */
4 void foo(const unsigned short *);
5 void bar() {
6   unsigned short *s[3];
7   int i;
8   @try { } @catch (id anException) { }
9   foo(2+s[i]);