]> git.saurik.com Git - apple/objc4.git/blob - test/nsexc.m
objc4-532.2.tar.gz
[apple/objc4.git] / test / nsexc.m
1 // TEST_CFLAGS -framework Foundation
2
3 /*
4 llvm-gcc unavoidably warns about our deliberately out-of-order handlers
5
6 TEST_BUILD_OUTPUT
7 In file included from .*
8 .*exc.m: In function .*
9 .*exc.m:\d+: warning: exception of type .* will be caught
10 .*exc.m:\d+: warning: by earlier handler for .*
11 .*exc.m:\d+: warning: exception of type .* will be caught
12 .*exc.m:\d+: warning: by earlier handler for .*
13 .*exc.m:\d+: warning: exception of type .* will be caught
14 .*exc.m:\d+: warning: by earlier handler for .*
15 OR
16 END
17 */
18
19 #define USE_FOUNDATION 1
20 #include "exc.m"