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
/
ccgbugs
/
t20787.nim
blob: c2d848c2cb5c6ddaef6eeb34fbc3e00f1869d0fc (
plain
) (
blame
)
1
2
3
4
type
Obj
=
object
f
:
UncheckedArray
[
byte
]
let
o
=
new
Obj