Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
thin_pointer1.adb
blob: 8bc586ee47523fbabcf7394653895a1726f7d7a0 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-O"
}
package
body
Thin_Pointer1
is
procedure
Set_Buffer
(
AD
:
Buf_Ptr
;
Buffer
:
Stream_ptr
)
is
begin
AD
.
B
.
A
:=
Buffer
(
Buffer
'First)'
Address
;
end
Set_Buffer
;
end
Thin_Pointer1
;