Files
zig/test/link/macho/bugs/16628/main.c

9 lines
84 B
C

#include <stdio.h>
int foo();
int main() {
printf("%d\n", foo());
return 0;
}