summaryrefslogtreecommitdiff
path: root/testbench/ret0.cescal
diff options
context:
space:
mode:
authorIan Moffett <ian@mirocom.org>2026-05-23 01:28:05 -0400
committerIan Moffett <ian@mirocom.org>2026-05-23 01:28:05 -0400
commitc5f8f95059504748f07e0d3ca9d978669622428c (patch)
treecc64c48bb1e93c2df466f4fb007912628c319c91 /testbench/ret0.cescal
initial commit
Signed-off-by: Ian Moffett <ian@mirocom.org>
Diffstat (limited to 'testbench/ret0.cescal')
-rw-r--r--testbench/ret0.cescal8
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