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
/
binary_literal.elna
blob: 0c2cbd9324b145e9e5b572d9c05d142552d20242 (
plain
)
1
2
3
4
begin assert(0b11 = 3u); assert(0B011 = 3u) end.