diff options
Diffstat (limited to 'llvm/test/Regression/C++Frontend')
-rw-r--r-- | llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp b/llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp index fc5ba356178..4a7715d53eb 100644 --- a/llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp +++ b/llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp @@ -1,4 +1,5 @@ // Testcase from Bug 291 + struct X { ~X(); }; |