Sign in
ara-mdk
/
platform
/
external
/
llvm
/
ef476fdce2d194b5b335c15cd8a545ceeeb633b1
/
.
/
test
/
C++Frontend
/
2003-08-24-Cleanup.cpp.tr
blob: ab0d1a0d11cd79c893ff8deba4089a84e50293df [
file
] [
log
] [
blame
]
// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep unwind
struct
S
{
~
S
();
};
int
mightthrow
();
int
test
()
{
S s
;
mightthrow
();
}