* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / boolean_subtype2_pkg.ads
blob3c2f610e01fba8707da3d1d02eb31502ace7a649
1 package Boolean_Subtype2_Pkg is
3 type Node_Id is range 0 .. 099_999_999;
4 subtype Entity_Id is Node_Id;
6 function Node20 (N : Node_Id) return Node_Id;
7 function Flag63 (N : Node_Id) return Boolean;
8 function Present (N : Node_Id) return Boolean;
10 end Boolean_Subtype2_Pkg;