mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
6 lines
109 B
Raku
6 lines
109 B
Raku
SECTIONS {
|
|
.text : { *(.text) }
|
|
}
|
|
value1 = DEFINED (defined) ? 1 : 2;
|
|
value2 = DEFINED (undefined) ? 1 : 2;
|