llvm-6502/test/FrontendAda/Support/real_cst.ads
Duncan Sands 1f59e09c9a Testcase for dragonegg commit 124128.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124129 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-24 18:04:33 +00:00

5 lines
116 B
Ada

with Ada.Streams;
package Real_Cst is
procedure Write (Stream : access Ada.Streams.Root_Stream_Type'Class);
end;