From 91e49c4d72a69cfc0332f5e850a92598e2d700c7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 16 Mar 2004 05:18:24 +0000 Subject: [PATCH] foo Bug 291, bar PR291 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12431 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp b/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp index fc5ba356178..4a7715d53eb 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(); };