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/] [access_discr2.adb] - Rev 310
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