OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gnat.dg/] [tail_call_p.ads] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
package Tail_Call_P is
2
 
3
  type T is new Natural;
4
 
5
  type Index is (First, Second);
6
 
7
  type A is array (Index) of T;
8
 
9
  My_Array : A := (0, 0);
10
 
11
  procedure Insert (Into : A; Element : T; Value : T);
12
 
13
end Tail_Call_P;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.