index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
accept
/
compile
/
tendian.nim
blob: 256e2653c45159ad7e9dfd6706af57112782ac0b (
plain
) (
blame
)
1
2
3
# test the new endian magic
writeln
(
stdout
,
repr
(
system
.
cpuEndian
))