Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gnat.dg / gen_disp.ads
blob722c0c1b1a1d144181adb437d9296a016d64a686
1 with Ada.Streams, Ada.Tags;
2 package gen_disp is
3 type Root_Type is tagged null record;
5 function Root_Type_Class_Input
6 (S : not null access Ada.Streams.Root_Stream_Type'Class)
7 return Root_Type'Class;
9 for Root_Type'Class'Input use Root_Type_Class_Input;
10 end gen_disp;