Merge from trunk @ 138209
[official-gcc.git] / gcc / testsuite / gnat.dg / test_allocator_maxalign2.adb
blob144914d2dc44b6fb551f5c5d0d09a1c0b9753dab
1 -- { dg-do run }
3 with Allocator_Maxalign2;
5 procedure Test_Allocator_Maxalign2 is
6 begin
7 Allocator_Maxalign2.Check;
8 end;