URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [asynch.ads] - Rev 848
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