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: 73fed95e407eca27d1f7e3f6d434033205ab8f30 (
plain
)
1
2
3
4
begin while 1 do (* @Error Condition must be a boolean, got 'Int' *) end end.