index
:
elna
cpp
haskell
master
Elna programming language compiles simple mathematical operations to RISC-V code.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
vm
/
printi_if.elna
blob: a3d859ba26e8f642f4aa21e4109a10bd8d7f3442 (
plain
)
1
2
3
4
proc main() { if (1 = 1) printi(3); }