diff options
Diffstat (limited to 'llvm/test/FrontendAda/Support/real_cst.ads')
| -rw-r--r-- | llvm/test/FrontendAda/Support/real_cst.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/FrontendAda/Support/real_cst.ads b/llvm/test/FrontendAda/Support/real_cst.ads new file mode 100644 index 00000000000..54a34bc4056 --- /dev/null +++ b/llvm/test/FrontendAda/Support/real_cst.ads @@ -0,0 +1,4 @@ +with Ada.Streams; +package Real_Cst is + procedure Write (Stream : access Ada.Streams.Root_Stream_Type'Class); +end; |

