OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gnat.dg/] [controlled3.ads] - Blame information for rev 437

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

Line No. Rev Author Line
1 304 jeremybenn
with Ada.Finalization; use Ada.Finalization;
2
package controlled3 is
3
   type Test is new Controlled with null record;
4
   procedure Add_Test (T : access Test'Class);
5
 
6
   type Test_Case1 is new Test with null record;
7
   type Test_Suite is new Test with null record;
8
 
9
   type Test_Case is new Test_Case1 with record
10
      Link_Under_Test : Natural;
11
   end record;
12
end;

powered by: WebSVN 2.1.0

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