binutils-gdb/ld/testsuite/ld-scripts/assert.t

10 lines
159 B
Perl

SECTIONS
{
.empty : {
here = !.;
ASSERT (!., "dot is not zero");
ASSERT (here, "here is zero");
}
ASSERT (!SIZEOF(.empty), "Empty is not empty")
}