Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
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
;