* ldlex.l: ASSERT is recognized in SCRIPT env. NAMES cannot
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / assert.t
1 SECTIONS
2 {
3 .empty : {
4 here = !.;
5 ASSERT (!., "dot is not zero");
6 ASSERT (here, "here is zero");
7 }
8 ASSERT (!SIZEOF(.empty), "Empty is not empty")
9 }
This page took 0.037829 seconds and 5 git commands to generate.