5 lines
76 B
Raku
5 lines
76 B
Raku
SECTIONS
|
|
{
|
|
.empty : {}
|
|
ASSERT (!SIZEOF(.empty), "Empty is not empty")
|
|
}
|