rt_gccstream/gcc/testsuite/gnat.dg/assert.ads

6 lines
75 B
Ada

package Assert is
procedure Assert (Condition : Boolean);
end Assert;