PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / pointer_variable_bounds_q.ads
blob03997f77e630cc10d23210fb4f3caa34a3452b55
1 package pointer_variable_bounds_q is
3 type A_SIZE_TYPE is new INTEGER range 0 .. 65536;
4 function A_MAX_COMPS return A_SIZE_TYPE;
6 end pointer_variable_bounds_q;