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
/
bit_packed_array4.adb
blob
35088a7eba46b659657f005103a15c3db6699723
1
-- { dg-do compile }
2
3
package body
Bit_Packed_Array4
is
4
5
procedure
Process
(
M
:
Message_Type
)
is
6
D
:
Data_Type
;
7
begin
8
D
:=
M
.
Data
;
9
end
;
10
11
end
Bit_Packed_Array4
;