summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/assert.t
blob: c3caebddbf35cf98a1580c9db9658374a2a34832 (plain)
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")
}