Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
lldb
/
test
/
API
/
lang
/
objc
/
modules-app-update
/
foo.m
blob: f9f244c0cfb0d9578c9a852c10eee4330a98f760 [
file
]
@import
ObjectiveC
;
@import
Foo
;
@implementation
Foo
+(
instancetype
)
init
{
return
[
super init
];
}
@end