llvm-project/lld/test/elf/Inputs/use-shared.c

6 lines
37 B
C
Raw Normal View History

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