OSDN Git Service

fix PR tag
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / bit_packed_array4.adb
1 -- { dg-do compile }
2
3 package body Bit_Packed_Array4  is
4
5    procedure Process (M : Message_Type) is
6       D : Data_Type;
7    begin
8       D := M.Data;
9    end;
10
11 end Bit_Packed_Array4;