6 lines
79 B
Raku
6 lines
79 B
Raku
SECTIONS
|
|
{
|
|
.foo : { *(.foo) }
|
|
.bar : { *(.bar) }
|
|
/DISCARD/ : { *(.*) }
|
|
}
|