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/] [g_tables.adb] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-options "-gnatws" } package body G_Tables is function Create (L : Natural) return Table is begin return T : Table (1 .. L); end Create; end G_Tables;
Go to most recent revision | Compare with Previous | Blame | View Log