Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
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
;