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