URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [check1.adb] - Rev 707
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package body Check1 is function FD (X : access R) return P2 is begin return P2 (X.Disc); end FD; end Check1;
Go to most recent revision | Compare with Previous | Blame | View Log