Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
opt48_pkg2.adb
blob: 41836e7be711770f2e82962c45fbb781153209ad [
file
] [
log
] [
blame
]
package
body
Opt48_Pkg2
is
function
F
return
Rec
is
begin
return
(
12
,
"Hello world!"
);
end
F
;
end
Opt48_Pkg2
;