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
/
derived_type7.adb
blob
61e7abaa1d77a5db3d23ee346cf0d631013a1106
1
package body
Derived_Type7
is
2
3
procedure
Proc
(
Size
:
Natural
)
is
4
type
Sar_Six_Bit_Arr
is new
Six_Bit_Data_Array_Type
(
1
..
Size
);
5
begin
6
null
;
7
end
;
8
9
end
Derived_Type7
;