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
gcc/cp
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
prefix1.adb
blob
70e11368e15226f968dc65a6223512a8c0b5bc3f
1
package body
prefix1
is
2
Counter
:
Integer
:=
2
;
3
Table
:
Arr
:= (
2
,
4
,
8
,
16
,
32
,
64
,
128
,
256
,
512
,
1024
);
4
function
Func
(
Object
:
T
)
return
Arr
is
5
begin
6
return
Table
;
7
end
;
8
end
prefix1
;