OSDN Git Service

* gnat.dg/lto6.adb: Remove superfluous -gnat05 switch.
[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;