7 lines
90 B
Raku
7 lines
90 B
Raku
ENTRY(_start)
|
|
SECTIONS
|
|
{
|
|
.text : {*(.text)}
|
|
.data : {*(.data)}
|
|
/DISCARD/ : {*(*)}
|
|
}
|