2 need exception-safe ARC for exception deallocation tests
3 TEST_CFLAGS -fobjc-arc-exceptions -framework Foundation
5 llvm-gcc unavoidably warns about our deliberately out-of-order handlers
8 In file included from .*
9 .*exc.m: In function .*
10 .*exc.m:\d+: warning: exception of type .* will be caught
11 .*exc.m:\d+: warning: by earlier handler for .*
12 .*exc.m:\d+: warning: exception of type .* will be caught
13 .*exc.m:\d+: warning: by earlier handler for .*
14 .*exc.m:\d+: warning: exception of type .* will be caught
15 .*exc.m:\d+: warning: by earlier handler for .*
20 #define USE_FOUNDATION 1