DEBSOURCES
Skip Quicknav
sources / nim / 2.2.4-2 / tests / system / tcopyprotected_arrayinit.nim
12345678910
type Bar = object b: int = 1 Foo = object f: array[1, Bar] proc `=copy`(dest: var Bar, source: Bar) {.error.} discard Foo()