5 lines
92 B
Raku
5 lines
92 B
Raku
SECTIONS {
|
|
.text : { *(.text) }
|
|
.foo : { *(SORT_NONE(.foo)) }
|
|
/DISCARD/ : { *(.*) }
|
|
}
|