OSDN Git Service

* gcc.dg/march.c: Ignore a note for some targets.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / my_env_versioned_value_set_g.ads
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;