PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / assert.ads
blob81a912a8ad2e401daaeb222b0e2f254d66c8c0f3
1 package Assert is
3 procedure Assert (Condition : Boolean);
5 end Assert;