diff options
Diffstat (limited to 'test/C++Frontend/2003-11-04-ArrayConstructors.cpp')
-rw-r--r-- | test/C++Frontend/2003-11-04-ArrayConstructors.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/C++Frontend/2003-11-04-ArrayConstructors.cpp b/test/C++Frontend/2003-11-04-ArrayConstructors.cpp index 2490811057..10097f6d12 100644 --- a/test/C++Frontend/2003-11-04-ArrayConstructors.cpp +++ b/test/C++Frontend/2003-11-04-ArrayConstructors.cpp @@ -1,6 +1,7 @@ struct Foo { Foo(int); + ~Foo(); }; void foo() { struct { |