c++: free garbage vec in coerce_template_parms
[official-gcc.git] / libgo / misc / cgo / test / issue6907export_c.c
blob9b1a4fc630b9be7471578b2cfe2998b27b6df052
1 // Copyright 2017 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 #include <string.h>
7 #include "_cgo_export.h"
9 int CheckIssue6907C(_GoString_ s) {
10 return CheckIssue6907Go(s);