blob: 10fd3bb0bebd5792dc7d0ad12652cc97d539bf77 [file] [log] [blame]
-- RUN: true
with Ada.Streams;
package Real_Cst is
procedure Write (Stream : access Ada.Streams.Root_Stream_Type'Class);
end;