mirror of https://github.com/golang/go.git
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:
parent
09f6f05c1f
commit
a14ae44517
|
|
@ -5,7 +5,7 @@ typedef struct {} git_merge_file_input;
|
||||||
|
|
||||||
typedef struct {} git_merge_file_options;
|
typedef struct {} git_merge_file_options;
|
||||||
|
|
||||||
int git_merge_file(
|
void git_merge_file(
|
||||||
git_merge_file_input *in,
|
git_merge_file_input *in,
|
||||||
git_merge_file_options *opts) {}
|
git_merge_file_options *opts) {}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue