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

6 lines
76 B
C

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