aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gnat.dg/bit_packed_array.adb
blob: fcdd69eb47bd62e1fd6a23a98b7b859c3c9adaa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- PR ada/33788
-- Origin: Oliver Kellogg <oliver.kellogg@eads.com>

-- { dg-do compile }

package body Bit_Packed_Array is

  procedure Generate_Callforward is
      Compiler_Crash : String :=
          Laser_Illuminator_Code_Group_T'Image
                (MADR.ISF.Laser_Illuminator_Code (0));
  begin
      null;
  end Generate_Callforward;

end Bit_Packed_Array;