Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr26094-1a.c
1 char foo_data __attribute__(( section("FOO") )) = { 0 };
2
3 extern void * __start_FOO;
4
5 void * foo() {
6 return __start_FOO;
7 }
This page took 0.030517 seconds and 4 git commands to generate.