diff options
| author | Ian Moffett <ian@mirocom.org> | 2026-05-23 01:28:05 -0400 |
|---|---|---|
| committer | Ian Moffett <ian@mirocom.org> | 2026-05-23 01:28:05 -0400 |
| commit | c5f8f95059504748f07e0d3ca9d978669622428c (patch) | |
| tree | cc64c48bb1e93c2df466f4fb007912628c319c91 /testbench | |
initial commit
Signed-off-by: Ian Moffett <ian@mirocom.org>
Diffstat (limited to 'testbench')
| -rw-r--r-- | testbench/ret0.cescal | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testbench/ret0.cescal b/testbench/ret0.cescal new file mode 100644 index 0000000..676db01 --- /dev/null +++ b/testbench/ret0.cescal @@ -0,0 +1,8 @@ +// +// Copyright (c) 2026, Chloe M. +// Provided under the BSD-3 clause +// + +pub proc main() -> u32 begin + return 0; +end |
