Add a dtor to ensure that they are called the right number of times.

llvm-svn: 9721
This commit is contained in:
Chris Lattner 2003-11-05 05:31:24 +00:00
parent 616346ebe4
commit 9cb20e43cb

View File

@ -1,6 +1,7 @@
struct Foo {
Foo(int);
~Foo();
};
void foo() {
struct {