ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / pr14156c.t
blobadf1f0a5076b0f798e0d880a17bf8764022bffc5
1 SECTIONS {
2   .text : { *(.text) }
3   .foo : { *(SORT_NONE(.foo)) }
4   /DISCARD/ : { *(*) }