PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / assertion_policy1_pkg.ads
blob88b0056cbe213b005d3b5c69475a7fd589fdfd2e
1 package Assertion_Policy1_Pkg is
2 pragma Assertion_Policy (Ignore);
4 procedure Proc (Low : Integer; High : Integer)
5 with Pre => Low < High;
6 end Assertion_Policy1_Pkg;