4b09a8975 ^
ef6eda4cb ^
74fe7a800 ^
1
2
3 4 5 6 7
8
9 10 11 12
discard """ errormsg: "type mismatch: got <PTest>" """ type PTest = ref object proc test(x: PTest, y: int) = discard var buf: PTest buf.test()