Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elf/pr13839.t
2023-03-06 14:48:14 +01:00

10 lines
143 B
Raku

SECTIONS {
.text : {
_text = .;
*(.text)
}
_end = .;
/DISCARD/ : { *(.*) }
}
. = ASSERT((_end - _text <= (512 * 1024 * 1024)), "foo");