URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [interface4.adb] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } procedure interface4 is generic type I1 is interface; type I2 is limited interface; type I3 is interface and I1; type I4 is limited interface and I2; package Pack_I is end Pack_I; begin null; end interface4;
Go to most recent revision | Compare with Previous | Blame | View Log