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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [private_with.ads] - Blame information for rev 696

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 696 jeremybenn
--  { dg-do compile }
2
 
3
private with Ada.Containers.Ordered_Maps;
4
with Ada.Containers.Ordered_Sets;
5
with Ada.Unchecked_Deallocation;
6
package private_with is
7
 
8
   type String_Access is access String;
9
 
10
   package Index_Sets is new Ada.Containers.Ordered_Sets
11
     (Element_Type => Positive);
12
 
13
   procedure Free is new Ada.Unchecked_Deallocation
14
     (Object => String,
15
      Name   => String_Access);
16
end;

powered by: WebSVN 2.1.0

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