OSDN Git Service

* doc/tm.texi (MALLOC_ABI_ALIGNMENT): New macro. Alignment, in bits,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / test_allocator_maxalign2.adb
1 --  { dg-do run }
2
3 with Allocator_Maxalign2;
4
5 procedure Test_Allocator_Maxalign2 is
6 begin
7    Allocator_Maxalign2.Check;
8 end;