ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / pr23648.t
blob5901fc73888239fe6f063527287fcbde3d5e108b
1 MEMORY { code : ORIGIN = 0, LENGTH = 8M }
3 SECTIONS
5   ENTRY (entry)
6   .text 1M : { *(.text*) } >code
7   /DISCARD/ : { *(*) }
10 foo = LENGTH (code) != 8M ? test0 : test1;