aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/boolean_subtype2_pkg.ads
blob: 3c2f610e01fba8707da3d1d02eb31502ace7a649 (plain)
1
2
3
4
5
6
7
8
9
10
package Boolean_Subtype2_Pkg is

   type Node_Id is range 0 .. 099_999_999;
   subtype Entity_Id is Node_Id;

   function Node20 (N : Node_Id) return Node_Id;
   function Flag63 (N : Node_Id) return Boolean;
   function Present (N : Node_Id) return Boolean;

end Boolean_Subtype2_Pkg;