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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [controlled1.ads] - Blame information for rev 696

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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