mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-27 17:11:40 +00:00
4 lines
63 B
Nim
4 lines
63 B
Nim
type
|
|
Obj = object
|
|
f: UncheckedArray[byte]
|
|
let o = new Obj |