]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: test of issue 4339
authorRuss Cox <rsc@golang.org>
Wed, 11 Sep 2013 13:56:38 +0000 (09:56 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 11 Sep 2013 13:56:38 +0000 (09:56 -0400)
commit71ed6eb25ac970c4641a1cafb74d9d6574fa28be
tree14f318b7e135946e593f23226f7b479bf614c0b5
parent3ee0744c06503eece696a615b1f8b37b4a0ed8a8
misc/cgo/test: test of issue 4339

This is not quite what that issue reports,
because this does not involve a DLL.
But I wanted to make sure this much was working.

Update #4339

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/13653043
misc/cgo/test/cgo_test.go
misc/cgo/test/issue4339.c [new file with mode: 0644]
misc/cgo/test/issue4339.go [new file with mode: 0644]
misc/cgo/test/issue4339.h [new file with mode: 0644]