Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / equal11_record.adb
blob5528162009116412aa28dcb6b7e43e5869eeb84a
1 with Ada.Text_IO;
3 package body Equal11_Record is
5 procedure Put (R : in My_Record_Type) is
6 begin
7 Put_Result := R.F;
8 end Put;
10 end Equal11_Record;