]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: treat simple C typedefs as go aliases
authorAnthony Sottile <asottile@umich.edu>
Sun, 10 Sep 2017 04:38:51 +0000 (21:38 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 11 Sep 2017 06:24:15 +0000 (06:24 +0000)
commit57fa1c7c949c5ea1efd756e2ed0c4442998690a9
tree742a631776620f4d3cf1938f65080fa1a37ac88a
parentc6d019aa636e31beff1857fad562e1af89ed3569
cmd/cgo: treat simple C typedefs as go aliases

Fixes #21809

Change-Id: Ic43077c6bea3c7cdc9611e74abf07b6deab70433
Reviewed-on: https://go-review.googlesource.com/62670
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/test/cgo_test.go
misc/cgo/test/issue21809.go [new file with mode: 0644]
src/cmd/cgo/out.go