1--  { dg-do run }
2
3with Allocator_Maxalign2;
4
5procedure Test_Allocator_Maxalign2 is
6begin
7   Allocator_Maxalign2.Check;
8end;
9