]> granicus.if.org Git - clang/commitdiff
Improve test case a wee bit
authorDaniel Dunbar <daniel@zuster.org>
Mon, 18 May 2009 16:49:49 +0000 (16:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 18 May 2009 16:49:49 +0000 (16:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72014 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/non-lazy-classes.m

index 1734f5ae3fcb7d115572734619fc4b61ce30e8c5..079cc40886f9989a563d923dc19e0c8b10d9a389 100644 (file)
@@ -28,3 +28,6 @@
 }
 @end
 
+@interface C : A @end
+@implementation C
+@end