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: 9cf8c2428ebc9e8633fdd1cb0686cc7c38e20212 (
plain
)
1
2
3
4
5
6
var x: Int x: Int (* @Error Symbol 'x' has been already defined *) begin end.