ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25749-1.c
1 #include <stdio.h>
2 #include <bfd_stdint.h>
3
4 extern intptr_t size (void);
5
6 int
7 main ()
8 {
9 if (size () == 147)
10 printf ("PASS\n");
11 return 0;
12 }
This page took 0.029581 seconds and 4 git commands to generate.