URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [self_class.ads] - Rev 720
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package Self_Class is type P6 is private; private type P6 is tagged record Self : access P6'Class; end record; end Self_Class;
Go to most recent revision | Compare with Previous | Blame | View Log