remove a dead bool.
[llvm/avr.git] / test / FrontendC++ / 2003-08-24-Cleanup.cpp
blobab0d1a0d11cd79c893ff8deba4089a84e50293df
1 // RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep unwind
3 struct S { ~S(); };
5 int mightthrow();
7 int test() {
8 S s;
9 mightthrow();