Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
thunk1_pkg1.ads
blob: edb3eac04b3bfc2f0c4f8dcb4ff439cedf161e0b [
file
] [
log
] [
blame
]
with
Thunk1_Pkg2
;
use
Thunk1_Pkg2
;
package
Thunk1_Pkg1
is
type
Derived
is
new
Ext
with
null
record
;
end
Thunk1_Pkg1
;