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