DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / constructors / t5965_2.nim
12345678910
discard """ errormsg: "incorrect object construction syntax" file: "t5965_2.nim" line: 10 """ type Foo = object a: int discard Foo(a: 1, 2)