diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-16 05:18:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-16 05:18:24 +0000 |
commit | 6f67017bf4df4c9976b010486bfc63b96fd0f6bc (patch) | |
tree | 880ce2d4fadf2f0a82d6d46b7108af10249e8cd9 /llvm/test/Regression/C++Frontend | |
parent | 6b736d8b32305875a2f94214fa60b4c568adb885 (diff) | |
download | bcm5719-llvm-6f67017bf4df4c9976b010486bfc63b96fd0f6bc.tar.gz bcm5719-llvm-6f67017bf4df4c9976b010486bfc63b96fd0f6bc.zip |
foo Bug 291, bar PR291
llvm-svn: 12431
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(); }; |