Janusz Marcinkiewicz

Results 33 comments of Janusz Marcinkiewicz

@jsafrane @xing-yang is there anything that can be done here to make this mergable?

As noted in the description, following program doesn't produce any diff: ```go package main import ( "C" "fmt" ) func init() { var x C.int fmt.Print(x) } ```