llvm-project/lldb/test/API/macosx/posix_spawn/x86_64.c

6 lines
75 B
C

#include <stdio.h>
int main() {
printf("slice: x86_64\n");
return 0;
}