Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gnat.dg / equal5.adb
blobd98cff8cea6b7bbe8a3ee95d639282937ddd8a58
1 -- { dg-do compile }
3 package body Equal5 is
4 function "="
5 (Left : Eq_Parent;
6 Right : Eq_Parent) return Boolean is (True);
8 procedure Op (Obj : Child_6) is null;
10 function Equals
11 (Left : Child_6;
12 Right : Child_6) return Boolean is (True);
13 end Equal5;