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: allow preemption in fast syscall return
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
return4_pkg.adb
blob
0b59221c1494995a0774b839bac0c3a5cbe9e97a
1
package body
Return4_Pkg
is
2
3
function
Get_Value
(
I
:
Integer
)
return
Rec
is
4
Value
:
Rec
:= (
I1
=>
I
,
I2
=>
I
,
I3
=>
I
);
5
begin
6
return
Value
;
7
end
;
8
9
end
Return4_Pkg
;