aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/generic_inst2_c.ads
blob: df1000be5fb20384940297f00eabac467be012e6 (plain)
1
2
3
4
5
generic
   type T;
   with procedure Foo (X : not null access T) is null;
   with procedure Bar (X : not null access T) is null;
package Generic_Inst2_C is end;