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
/
import_local_collision
/
sut.elna
blob: a9de9c91921f152587466026115dafd5410b4fe3 (
plain
)
1
2
3
4
5
6
7
import helper var X: Int (* @Error Symbol 'X' has been already defined *) begin end.