rt_gccstream/gcc/testsuite/gnat.dg/my_env_versioned_value_set_...

8 lines
201 B
Ada

generic
type Value_T(<>) is private;
package My_Env_Versioned_Value_Set_G is
generic
with function Updated_Entity (Value : Value_T) return Boolean is <>;
package Update_G is end;
end;