OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [deferred_const3_pkg.ads] - Rev 749

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.