aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/assert.t
blob: 62aee34ed348ca13dc79b91f7c4a406d142eaff0 (plain)
1
2
3
4
5
SECTIONS
{
  .empty : {}
  ASSERT (!SIZEOF(.empty), "Empty is not empty")
}