Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gnat.dg
/
test_allocator_maxalign2.adb
blob: 144914d2dc44b6fb551f5c5d0d09a1c0b9753dab [
file
] [
log
] [
blame
]
--
{
dg
-
do
run
}
with
Allocator_Maxalign2
;
procedure
Test_Allocator_Maxalign2
is
begin
Allocator_Maxalign2
.
Check
;
end
;