Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / c / full_lto_stepping / main.c
blob70002dacd4b032321101f579595a81b55c6b1828
1 #include "foo.h"
3 int main(void) {
4 int i = f();
5 return 0;