binutils-gdb/ld/testsuite/ld-elf/pr21884.t

8 lines
84 B
Raku

OUTPUT_FORMAT("binary")
ENTRY(_main);
SECTIONS {
. = 0;
.setup : { *(.setup) }
}