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/] [tf_interface_1.adb] - Rev 304
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;