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
/
negative_integer_literal_overflow.elna
blob: 7db4888ccb7ae3ce2d8b7a63efa240e71556b0bb (
plain
)
1
2
3
4
var a: Int8 := -200i8 (* @Error Integer literal overflows *) end.