PR ld/14265
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / pr11218-2.c
CommitLineData
98da7939 1extern void foo_in_so(void);
3a072d2c 2extern void unresolved_detected_at_runtime_not_at_linktime (void);
98da7939
L
3
4void call_unresolved(void)
5{
6 unresolved_detected_at_runtime_not_at_linktime();
7}
8
9int main(int argc, char *argv[])
10{
11 foo_in_so();
12
13 return 0;
14}
This page took 0.12682 seconds and 4 git commands to generate.