summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/non-lazy-classes.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/non-lazy-classes.m')
-rw-r--r--clang/test/CodeGenObjC/non-lazy-classes.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/non-lazy-classes.m b/clang/test/CodeGenObjC/non-lazy-classes.m
index 1734f5ae3fc..079cc40886f 100644
--- a/clang/test/CodeGenObjC/non-lazy-classes.m
+++ b/clang/test/CodeGenObjC/non-lazy-classes.m
@@ -28,3 +28,6 @@
}
@end
+@interface C : A @end
+@implementation C
+@end
OpenPOWER on IntegriCloud