summary refs log blame commit diff stats
path: root/tests/constructors/t5965_1.nim
blob: abf07b21c804da4b62ea53e362ecdc73ceac7e59 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           
                                                  

                     





                    
discard """
  errormsg: "incorrect object construction syntax"
  file: "t5965_1.nim"
  line: 10
"""

type Foo = object
  a, b, c: int

discard Foo(a: 1, 2)