binutils-gdb/ld/testsuite/ld-elf/pr14156c.t

6 lines
92 B
Raku

SECTIONS {
.text : { *(.text) }
.foo : { *(SORT_NONE(.foo)) }
/DISCARD/ : { *(.*) }
}