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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt48_pkg2.adb
blob
41836e7be711770f2e82962c45fbb781153209ad
1
package body
Opt48_Pkg2
is
2
3
function
F
return
Rec
is
4
begin
5
return
(
12
,
"Hello world!"
);
6
end
F
;
7
8
end
Opt48_Pkg2
;