misc/cgo/test: fix bad C test code that fails on some configurations

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/169800043
This commit is contained in:
Alan Donovan 2014-10-30 14:08:55 -04:00
parent 09f6f05c1f
commit a14ae44517

View file

@ -5,7 +5,7 @@ typedef struct {} git_merge_file_input;
typedef struct {} git_merge_file_options;
int git_merge_file(
void git_merge_file(
git_merge_file_input *in,
git_merge_file_options *opts) {}
*/