view gcc/testsuite/gnat.dg/boolean_subtype2_pkg.ads @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
line wrap: on
line source

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;