~ubuntu-branches/ubuntu/raring/adacontrol/raring

« back to all changes in this revision

Viewing changes to test/x_declarations.ads

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2010-03-13 14:01:37 UTC
  • mfrom: (1.1.5 upstream) (9.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100313140137-50ia1bbb5qld97fd
Tags: 1.12~b1-1
New upstream beta version.  Really closes: #566061 even on i386.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
   Arr : array (1..10) of Integer;                                       -- Array, single_array, variable, constrained_array_variable
18
18
 
19
 
   package Af renames Ada.Finalization;                                 -- not_operator_renaming, non_identical_renaming, renaming
 
19
   package Af renames Ada.Finalization;                                 -- not_operator_renaming, non_identical_renaming, library_unit_renaming, renaming
20
20
   type Cont1 is new Ada.Finalization.Controlled with null record;      -- controlled_type
21
21
   type Cont2 is new Af.Limited_Controlled with                         -- controlled_type
22
22
      record