Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
addr8.ads
blob: ab648e123c08363f5dcc2b62708c9c1a815122e9 [
file
] [
log
] [
blame
]
package
Addr8
is
type
Bytes
is
array
(
1
..
4
)
of
Character
;
for
Bytes
'Alignment use 4;
procedure Proc (B: Bytes);
end Addr8;