Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
equal11_record.adb
blob: 5528162009116412aa28dcb6b7e43e5869eeb84a [
file
] [
log
] [
blame
]
with
Ada
.
Text_IO
;
package
body
Equal11_Record
is
procedure
Put
(
R
:
in
My_Record_Type
)
is
begin
Put_Result
:=
R
.
F
;
end
Put
;
end
Equal11_Record
;