PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / tf_interface_1.adb
blob352e7e4a8328aa884f122d5b3b070dfb661c209a
1 -- { dg-do compile }
2 package body TF_Interface_1 is
3 procedure Get_It (Handle : Stream_Access; It : out CF_Interface_1'class)
4 is
5 begin
6 CF_Interface_1'Class'Read (Handle, It);
7 end;
8 end;