URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [asynch.ads] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
with Ada.Finalization; package asynch is type t_ctrl is new Ada.Finalization.Controlled with record stuff : Natural := 0; end record; function null_ctrl return t_ctrl; end asynch;
Go to most recent revision | Compare with Previous | Blame | View Log