aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-16 05:18:24 +0000
committerChris Lattner <sabre@nondot.org>2004-03-16 05:18:24 +0000
commit91e49c4d72a69cfc0332f5e850a92598e2d700c7 (patch)
treedab088a2e353def7a96a2852db348bf90690f2df
parent52cac3c555f2477c773a9fab11b27f589f91ecc2 (diff)
foo Bug 291, bar PR291
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12431 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp b/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
index fc5ba35617..4a7715d53e 100644
--- a/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
+++ b/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
@@ -1,4 +1,5 @@
// Testcase from Bug 291
+
struct X {
~X();
};