Files
zig/test/link/macho/search_strategy/a.c

8 lines
81 B
C

#include <stdio.h>
char world[] = "world";
char* hello() {
return "Hello";
}