index
:
elna
assembly
cpp
haskell
Elna programming language compiles simple mathematical operations to RISC-V code.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
fail_compilation
/
while_condition.elna
blob: 1e174897a70750c4ab76a4943cbe4cac5ccf5aa6 (
plain
)
1
2
3
4
begin while 1 do (* @Error Condition must be a boolean expression, but got 'Int' *) end end.