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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [opt11.ads] - Blame information for rev 715

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

Line No. Rev Author Line
1 696 jeremybenn
package Opt11 is
2
 
3
   type String_Ptr is access constant String;
4
 
5
   type Form_Type is (Qualified, Unqualified);
6
 
7
   type Rec is record
8
      N1, N2, N3 : Natural;
9
      Fixed : String_Ptr;
10
      Form : Form_Type;
11
      Is_Local : Boolean := True;
12
   end record;
13
   pragma Pack (Rec);
14
 
15
   procedure Proc;
16
 
17
end Opt11;

powered by: WebSVN 2.1.0

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