URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [rt1.adb] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package body RT1 is procedure P (S : access Root_Stream_Type'Class) is Val : constant Ptr := Ptr'Input (S); begin null; end P; end RT1;
Go to most recent revision | Compare with Previous | Blame | View Log