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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [sync_iface_test.ads] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 304 jeremybenn
package Sync_Iface_Test is
2
   type Iface is limited interface;
3
   function First (Obj : Iface) return Natural is abstract;
4
 
5
   protected type Buffer is new Iface with
6
      procedure Dummy;
7
   end;
8
   overriding function First (Obj : Buffer) return Natural;
9
 
10
   procedure Do_Test (Dummy : Natural; Item  : Buffer);
11
end;

powered by: WebSVN 2.1.0

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