d2c0200413
ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and ld.scripts to ld-scripts.
5 lines
109 B
Raku
5 lines
109 B
Raku
SECTIONS {
|
|
.text : { *(.text) }
|
|
}
|
|
value1 = DEFINED (defined) ? 1 : 2;
|
|
value2 = DEFINED (undefined) ? 1 : 2;
|