diff options
Diffstat (limited to 'clang/test/Sema/__try.c')
-rw-r--r-- | clang/test/Sema/__try.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/__try.c b/clang/test/Sema/__try.c index 607da9df27e..0e5de2018db 100644 --- a/clang/test/Sema/__try.c +++ b/clang/test/Sema/__try.c @@ -15,7 +15,7 @@ unsigned long __exception_code(); #ifdef BORLAND struct EXCEPTION_INFO* __exception_info(); #endif -void __abnormal_termination(); +int __abnormal_termination(); #define GetExceptionCode __exception_code #define GetExceptionInformation __exception_info |