1 // RUN: %clang_cc1 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -emit-llvm-only %s
9 if (a
> b
) // simply filling in 0 or 1 doesn't trigger the assertion
10 throw E(); // commenting out 'if' or 'throw' 'fixes' the assertion failure
11 try { } catch (...) { } // empty try/catch block needed for failure
12 } catch (...) { } // this try/catch block needed for failure