blob: 4cead9093c95b7aa43edf793bf1738c5fdbcce5b [file] [log] [blame]
-- { dg-do compile }
package body ref_type is
type T is tagged null record;
procedure Print (X : T) is
begin
null;
end;
end ref_type;