Commit fb29e225 authored by Ian Lance Taylor's avatar Ian Lance Taylor

misc/cgo/testcarchive: add missing exit(0) in main7.c

Fixes #35327

Change-Id: I3726bfad24851a0bef8891014f7c5a7c48352307
Reviewed-on: https://go-review.googlesource.com/c/go/+/205077
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 6b67f7d6
......@@ -14,4 +14,5 @@ int main() {
for (i = 0; i < 100000; i++) {
GoFunction7();
}
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment