[AMDGPU][True16][CodeGen] true16 codegen pattern for f16 canonicalize (#122000)
[llvm-project.git] / lldb / test / API / lang / objc / modules-app-update / foo.m
blobf9f244c0cfb0d9578c9a852c10eee4330a98f760
1 @import ObjectiveC;
2 @import Foo;
3 @implementation Foo
4 +(instancetype)init {
5   return [super init];
7 @end