From 3bb49fbd27aacc2dc5ab0495d9a6ca54616afbc0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 22 Aug 2003 04:31:24 +0000 Subject: [PATCH] add comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8044 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2003-08-21-EmptyClass.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/C++Frontend/2003-08-21-EmptyClass.cpp b/test/C++Frontend/2003-08-21-EmptyClass.cpp index a4b803ec096..4951871b827 100644 --- a/test/C++Frontend/2003-08-21-EmptyClass.cpp +++ b/test/C++Frontend/2003-08-21-EmptyClass.cpp @@ -1,3 +1,4 @@ +// This tests compilation of EMPTY_CLASS_EXPR's struct empty {};