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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [bip_prim_func.adb] - Blame information for rev 779

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

Line No. Rev Author Line
1 304 jeremybenn
--  { dg-do compile }
2
 
3
package body BIP_Prim_Func is
4
 
5
   type NTT is new TT with record
6
      J : Integer;
7
   end record;
8
 
9
   function Prim_Func return NTT is
10
   begin
11
      return Result : NTT := (I => 1, J => 2);
12
   end Prim_Func;
13
 
14
end BIP_Prim_Func;

powered by: WebSVN 2.1.0

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