]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: fix for function taking pointer typedef
authorJess Frazelle <me@jessfraz.com>
Tue, 18 Jul 2017 03:41:40 +0000 (23:41 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Nov 2017 16:12:45 +0000 (16:12 +0000)
commit4a483ce2ab493aaffc37bfb414de93d0622662fd
treea4dc224b11a7a4e157fbfbd2ed5ad26c02fe83ac
parent06d87bf854ff61c2ea72dec6fc10c4c3fd59a76b
cmd/cgo: fix for function taking pointer typedef

Fixes #19832

Change-Id: I7ce39c2c435d4716d8a42ac6784b4c87874c0e13
Reviewed-on: https://go-review.googlesource.com/49490
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
misc/cgo/test/issue19832.go [new file with mode: 0644]
src/cmd/cgo/gcc.go