According to my auto-simplifier the most common missed simplifications in
[llvm/stm8.git] / test / FrontendC++ / 2003-08-24-Cleanup.cpp
blob9f20ad6b714ac1dfbcf1dd06b3a55508e84cb695
1 // RUN: %llvmgxx -xc++ %s -S -o - | grep unwind
3 struct S { ~S(); };
5 int mightthrow();
7 int test() {
8 S s;
9 mightthrow();