]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr26094-1c.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr26094-1c.c
CommitLineData
e1b5d517
L
1char foo_data __attribute__(( section("FOO") )) = { 0 };
2
3void * __start_FOO;
4
5void * foo() {
6 return __start_FOO;
7}