llvm-project/lldb/test/API/macosx/debugserver-exit-code/main.c

4 lines
66 B
C

#include <stdlib.h>
int main(int argc, char **argv) { abort(); }