PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / my_env_versioned_value_set_g.ads
blob11e47b3ff21b5717f406e6138869e857e5a13be2
1 generic
2 type Value_T(<>) is private;
3 package My_Env_Versioned_Value_Set_G is
4 generic
5 with function Updated_Entity (Value : Value_T) return Boolean is <>;
6 package Update_G is end;
7 end;