Sign in
llvm
/
llvm-project
/
a58dcc5e08665f2d58a28c9d4510cf94de6ed3bf
/
.
/
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