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
/
generic_inst4_typ.ads
blob
5f80029aebc7f3f3b68400b8c0f2b5231c107686
1
package
Generic_Inst4_Typ
is
2
subtype
New_Int
is
Natural
;
3
type
T
is
4
record
5
X
:
Integer
;
6
end record
;
7
end
;