Files
Cescal/testbench/ret0.cescal
T

9 lines
121 B
Plaintext
Raw Normal View History

2026-05-23 01:28:05 -04:00
//
// Copyright (c) 2026, Chloe M.
// Provided under the BSD-3 clause
//
pub proc main() -> u32 begin
return 0;
end