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
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
pack13.adb
blob
dd9cb09cf7b6051af4738fe652b6d2ef31596f96
1
-- [ dg-do compile }
2
3
package body
Pack13
is
4
5
procedure
Set
(
Myself
:
Object_Ptr
;
The_Data
:
Thirty_Two_Bits
.
Object
)
is
6
begin
7
Myself
.
Something
.
Data_1
:=
The_Data
;
8
end
;
9
10
end
Pack13
;