Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
assertion_policy1_pkg.ads
blob: 88b0056cbe213b005d3b5c69475a7fd589fdfd2e [
file
] [
log
] [
blame
]
package
Assertion_Policy1_Pkg
is
pragma
Assertion_Policy
(
Ignore
);
procedure
Proc
(
Low
:
Integer
;
High
:
Integer
)
with
Pre
=>
Low
<
High
;
end
Assertion_Policy1_Pkg
;