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/] [deferred_const3_pkg.ads] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
package Deferred_Const3_Pkg is C : constant Natural := 1; C1 : constant Natural := 1; for C1'Address use C'Address; C2 : constant Natural; for C2'Address use C'Address; C3 : constant Natural; procedure Dummy; private C2 : constant Natural := 1; C3 : constant Natural := 1; for C3'Address use C'Address; end Deferred_Const3_Pkg;
Go to most recent revision | Compare with Previous | Blame | View Log