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
/
redefined_variable.elna
blob: 905f6edf5406e738a6316d1299ae7cdf40748a10 (
plain
)
1
2
3
4
5
var x: Int x: Int (* @Error Symbol 'x' has been already defined *) end.