Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
allocator_maxalign2.ads
blob: 43c01081cb64fcc543dcd089c6c9427519e3eec9 [
file
] [
log
] [
blame
]
with
System
;
package
Allocator_Maxalign2
is
type
Block
is
record
X
:
Integer
;
end
record
;
for
Block
'Alignment use Standard'
Maximum_Alignment
;
Addr
:
System
.
Address
;
procedure
Check
;
end
;