diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-22 04:31:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-22 04:31:24 +0000 |
commit | 3bb49fbd27aacc2dc5ab0495d9a6ca54616afbc0 (patch) | |
tree | a17ee5b0af0e27f90857fd0908bb9ddb6f3756d4 /test/C++Frontend/2003-08-21-EmptyClass.cpp | |
parent | d60770dc25f814cc849716c331b3f2f56488a0f8 (diff) |
add comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8044 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend/2003-08-21-EmptyClass.cpp')
-rw-r--r-- | test/C++Frontend/2003-08-21-EmptyClass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/C++Frontend/2003-08-21-EmptyClass.cpp b/test/C++Frontend/2003-08-21-EmptyClass.cpp index a4b803ec09..4951871b82 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 {}; |