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

Subversion Repositories openrisc

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

Go to most recent revision | Compare with Previous | Blame | View Log

package Opt11 is
 
   type String_Ptr is access constant String;
 
   type Form_Type is (Qualified, Unqualified);
 
   type Rec is record
      N1, N2, N3 : Natural;
      Fixed : String_Ptr;
      Form : Form_Type;
      Is_Local : Boolean := True;
   end record;
   pragma Pack (Rec);
 
   procedure Proc;
 
end Opt11;
 

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.