Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
abe_pkg.ads
blob: 483a8871d0672379985b3bf584ae40b849da6a78 [
file
] [
log
] [
blame
]
package
ABE_Pkg
is
procedure ABE
;
generic
package
Gen
is
procedure
Force_Body
;
end
Gen
;
end
ABE_Pkg
;