Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / objc / modules-inline-functions / myModule.c
blobad3c85d155e46f49e0baa9e6b5488af580fd3c46
1 #include "myModule.h"
3 int notInline()
5 return 3;