Reproducing the behavior
hello.bend (copied from GUIDE.md):
def main():
return "Hello, world!"
Command: bend run hello.bend -s
Expected: Prints "Hello, world!".
Actual: "HVM output had no result (An error likely occurred)" (same for run, run-c)
System Settings
- HVM: 2.0.22
- Bend: 0.2.37
- OS: Linux (Debian stable/bookworm) -- N.B. this is a VM
- CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
- GPU: none
- Cuda Version: none
Additional context
I'm brand new to Bend, so it's possible I'm doing something wrong. I didn't see any similar-looking bug reports, or anything in the FAQ. I tried running with -v, but I didn't see any obvious errors getting logged (just lots of transpiled code?).