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
runtime: copy more of scheduler from Go 1.7 runtime
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
warn10_pkg.ads
blob
ac5b676777d6330b8955be34594b2607d03c4d5a
1
package
Warn10_Pkg
is
2
3
Size
:
constant
Natural
:=
100
;
4
type
My_Array
is array
(
1
..
Size
,
1
..
Size
)
of
Float
;
5
6
type
Root
is tagged record
7
Input_Values
:
My_Array
;
8
end record
;
9
10
function
Get_Input_Value
(
Driver
:
Root
;
I
,
J
:
Natural
)
return
Float
;
11
12
end
Warn10_Pkg
;