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
compiler: give error for non-int arguments to make
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
return4_pkg.ads
blob
9ed220fd10d9974c7d11e2278f23c29fdff7f220
1
package
Return4_Pkg
is
2
3
type
Rec
is record
4
I1
,
I2
,
I3
:
Integer
;
5
end record
;
6
7
function
Get_Value
(
I
:
Integer
)
return
Rec
;
8
9
end
Return4_Pkg
;