2016-02-10 18:58:24 +01:00

12 lines
90 B
Raku

EXTERN(_start)
ENTRY(_start)
SECTIONS
{
.text :
{
_text = .;
*(.text*)
}
}