OSDN Git Service

* exp_pakd.adb (Create_Packed_Array_Type): Always use a modular type
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / tail_call.adb
1 -- { dg-do run }
2 -- { dg-options "-O2 -fno-unit-at-a-time" }
3
4 with Tail_Call_P; use Tail_Call_P;
5
6 procedure Tail_Call is
7 begin
8   Insert (My_Array, 0, 0);
9 end;