aboutsummaryrefslogtreecommitdiffstats
path: root/test/C++Frontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-16 05:16:05 +0000
committerChris Lattner <sabre@nondot.org>2004-03-16 05:16:05 +0000
commitad32064a0e81ba849ecb241192c81064c1c20aa1 (patch)
treedab088a2e353def7a96a2852db348bf90690f2df /test/C++Frontend
parenta1d1fcec93a09f16a49721200ff0d342e01b5d06 (diff)
downloadexternal_llvm-ad32064a0e81ba849ecb241192c81064c1c20aa1.zip
external_llvm-ad32064a0e81ba849ecb241192c81064c1c20aa1.tar.gz
external_llvm-ad32064a0e81ba849ecb241192c81064c1c20aa1.tar.bz2
PR291
Bug 291! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend')
-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 fc5ba35..4a7715d 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();
};