Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
predicate7_pkg.ads
blob: b90419e7e6d9435bc53df9d237d514d345495e28 [
file
] [
log
] [
blame
]
package
Predicate7_Pkg
is
subtype
My_Int
is
Integer
with
Dynamic_Predicate
=>
My_Int
/=
0
;
end
Predicate7_Pkg
;