ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / expr1.t
blob684cffb862c94ef57d12a71386a945fa39fd637f
1 SECTIONS
3   .bar : AT ((ADDR(.foo) + 4095) & ~(4095)) { *(.bar) }
4   .foo : { *(.foo) }
5   /DISCARD/ : { *(*) }