URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [tf_interface_1.adb] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package body TF_Interface_1 is procedure Get_It (Handle : Stream_Access; It : out CF_Interface_1'class) is begin CF_Interface_1'Class'Read (Handle, It); end; end;
Go to most recent revision | Compare with Previous | Blame | View Log