Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / macosx / universal64 / main.c
blob5124e0afbfc19a5a4e387b2606f4fbe3e1c2f15c
1 #include <stdio.h>
3 int foo() { return 0; }
5 int main(int argc, char **argv) { return foo(); }