Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / macosx / debugserver-exit-code / main.c
blob9edc9336dc3e07f2959e540d3411f58740c8964f
1 #include <stdlib.h>
3 int main(int argc, char **argv) { abort(); }