Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / objc / modules-incomplete / myModule.m
blob372a32889322889f984b3247b7b10304531840b8
1 #include "myModule.h"
3 void public_func() {}
5 int private_func() {
6   return 5;