generic.texi (ANNOTATE_EXPR): Document 3rd operand.
[gcc.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;