Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / derived_type7.adb
blob61e7abaa1d77a5db3d23ee346cf0d631013a1106
1 package body Derived_Type7 is
3 procedure Proc (Size : Natural) is
4 type Sar_Six_Bit_Arr is new Six_Bit_Data_Array_Type (1 .. Size);
5 begin
6 null;
7 end;
9 end Derived_Type7;