]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/testcshared/testdata/go2c2go/m1/c.c
misc/cgo: move easy tests to cmd/cgo/internal
[gostls13.git] / misc / cgo / testcshared / testdata / go2c2go / m1 / c.c
diff --git a/misc/cgo/testcshared/testdata/go2c2go/m1/c.c b/misc/cgo/testcshared/testdata/go2c2go/m1/c.c
deleted file mode 100644 (file)
index 0e8fac4..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2018 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-#include "libtestgo2c2go.h"
-
-int CFunc(void) {
-       return (GoFunc() << 8) + 2;
-}