URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [tamdt_aux.ads] - Rev 826
Compare with Previous | Blame | View Log
package Tamdt_Aux is type Priv (X : Integer) is private; private type Priv (X : Integer) is null record; end;