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