Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
thunk2_pkg.ads
blob: 75799892ed8df9a1eb0e16c5237e07383fc58637 [
file
] [
log
] [
blame
]
package
Thunk2_Pkg
is
type
Root
is
tagged record
A
:
Integer
;
end
record
;
type I
is
interface
;
function
Element
(
Self
:
I
;
Name
:
String
)
return
I
is
abstract
;
end
Thunk2_Pkg
;