2013-04-06 16:48:33 +02:00

11 lines
115 B
Raku

SECTIONS
{
PROVIDE (foo = 1);
PROVIDE (bar = 2);
PROVIDE (baz = 3);
.data 0x2000 :
{
*(.data)
}
}