URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [access_discr2.adb] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run } procedure access_discr2 is type X (I : not null access Integer) is tagged null record; I : aliased Integer := 8; Y : X (I'Access); begin null; end access_discr2;
Go to most recent revision | Compare with Previous | Blame | View Log