rust/tests/run-make/non-pie-thread-local/foo.c
2024-05-22 15:25:43 -04:00

7 lines
53 B
C

void foo();
int main() {
foo();
return 0;
}