commit | 08455efa27885f13ee378e39dffc51558afbfb27 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Mon May 18 16:49:49 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Mon May 18 16:49:49 2009 +0000 |
tree | 55ac3ae8e7a5ee751ae55fb666130225aa86d457 | |
parent | 4f32b367b6f14210daec2334fbe2b0d0e846241d [diff] |
Improve test case a wee bit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72014 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/non-lazy-classes.m b/test/CodeGenObjC/non-lazy-classes.m index 1734f5a..079cc40 100644 --- a/test/CodeGenObjC/non-lazy-classes.m +++ b/test/CodeGenObjC/non-lazy-classes.m
@@ -28,3 +28,6 @@ } @end +@interface C : A @end +@implementation C +@end