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
/
array2.ads
blob
323374f09a004bf2a872ac6282cb20dfbadf8dc3
1
package
array2
is
2
3
type
RIC_TYPE
is
(
RIC1
,
RIC2
);
4
for
RIC_TYPE
'SIZE
use
32
;
5
6
function
MAX
return
Integer
;
7
8
end
array2
;