summaryrefslogtreecommitdiff
path: root/test/FrontendAda/Support/real_cst.ads
blob: 54a34bc4056f67d27082f2145c49af748de684e5 (plain)
1
2
3
4
with Ada.Streams;
package Real_Cst is
   procedure Write (Stream : access Ada.Streams.Root_Stream_Type'Class);
end;