Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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