comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam@spam.com>
Subject: Re: test with task
Date: Tue, 23 Nov 2004 18:42:05 GMT
Date: 2004-11-23T18:42:05+00:00	[thread overview]
Message-ID: <1wLod.2062$NU3.1411@newsread1.news.pas.earthlink.net> (raw)
In-Reply-To: <1101227779.793647.47900@z14g2000cwz.googlegroups.com>

mferracini wrote:

> package Foo is
>    package Bar is
>       procedure nulla;
>    end Bar;
> end Foo;
> 
> package body Foo is
>    package body Bar is
>       type Dummy is new Integer;
>       procedure Nulla is
>          X : Dummy;
>       begin
>          X:=1;
>       end Nulla;
>    end Bar;
>    type N_array is array (1..10) of Dummy;

type N_Array is array (1 .. 10) of Bar.Dummy;

> begin
>    null;
> end Foo;


-- 
Jeff Carter
"We use a large, vibrating egg."
Annie Hall
44




  reply	other threads:[~2004-11-23 18:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-23 11:12 test with task Maurizio
2004-11-23 16:36 ` mferracini
2004-11-23 18:42   ` Jeffrey Carter [this message]
2004-11-25 10:52     ` mferracini
2004-11-25 20:23       ` Jeffrey Carter
2004-11-25 21:07       ` Björn Lundin
2004-11-23 16:37 ` mferracini
  -- strict thread matches above, loose matches on Subject: below --
2004-12-17 13:17 Brittany
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox