b6ca8815ef
* ldlang.c (exp_init_os): Add assert case. * testsuite/ld-scripts/assert.{s,t,exp}: New.
5 lines
76 B
Raku
5 lines
76 B
Raku
SECTIONS
|
|
{
|
|
.empty : {}
|
|
ASSERT (!SIZEOF(.empty), "Empty is not empty")
|
|
}
|