1 2 3 4 5 6 7 8 9
SECTIONS { .empty : { here = !.; ASSERT (!., "dot is not zero"); ASSERT (here, "here is zero"); } ASSERT (!SIZEOF(.empty), "Empty is not empty") }