repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
thunk2_pkg.ads
blob
75799892ed8df9a1eb0e16c5237e07383fc58637
1
package
Thunk2_Pkg
is
2
3
type
Root
is tagged record
4
A
:
Integer
;
5
end record
;
6
7
type
I
is
interface
;
8
9
function
Element
(
Self
:
I
;
Name
:
String
)
return
I
is abstract
;
10
11
end
Thunk2_Pkg
;