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
/
runnable
/
compile_time_address_not_equal.elna
blob: b011227b171427c473822a77fc829d6497ee2c3d (
plain
)
1
2
3
4
5
6
7
var x, y: const Int z: const Bool := @x = @y begin assert(~z) end.