Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
discr12_pkg.ads
blob: 785146310bd19539121be217494e988ec3b702f3 [
file
] [
log
] [
blame
]
package
Discr12_Pkg
is
function
Dummy
(
I
:
Integer
)
return
Integer
;
end
Discr12_Pkg
;