mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-14 03:22:50 +00:00
6 lines
76 B
Raku
6 lines
76 B
Raku
SECTIONS
|
|
{
|
|
.empty : {}
|
|
ASSERT (!SIZEOF(.empty), "Empty is not empty")
|
|
}
|