aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/equal4.adb
blob: 9c6861745270b83af54170038b83e4aadda7469c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--  { dg-do compile }

package body Equal4 is
   procedure Compare (Obj : Equal4_Full_Selector_Filter.Object_T) is
      use type Equal4_Full_Selector_Filter.Object_T;

   begin
      if Obj = Equal4_Full_Selector_Filter.True then
         null;
      end if;
   end Compare;
end Equal4;