aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc/modules-app-update/foo.m
blob: f9f244c0cfb0d9578c9a852c10eee4330a98f760 (plain)
1
2
3
4
5
6
7
@import ObjectiveC;
@import Foo;
@implementation Foo
+(instancetype)init {
  return [super init];
}
@end