ld: Support ELF GNU program properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / property-6b.c
1 extern void property (void);
2
3 int
4 main ()
5 {
6 property ();
7 return 0;
8 }
This page took 0.034105 seconds and 5 git commands to generate.