(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
assert.ads
package Assert is

   procedure Assert (Condition : Boolean);

end Assert;