Retro68/binutils/ld/testsuite/ld-scripts/defined4.t
2022-10-27 20:43:13 +02:00

7 lines
107 B
Raku

SECTIONS {
.text : { *(.text) }
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
}
defined1 = defined;