go/src/cmd/cgo/internal/test/testx.go

//export ReturnIntLong
func ReturnIntLong() (int, C.long) {}

//export gc
func gc() {}

var sum

//export Add
func Add(x int) {}

//export goDummy
func goDummy() {}

func testCthread(t *testing.T) {}

// Benchmark measuring overhead from C to Go in a C thread.
// Create a new C thread and invoke Go function repeatedly in the new C thread.
func benchCGoInCthread(b *testing.B) {}

//export BackIntoGo
func BackIntoGo() {}

func xvariadic(x ...interface{}

func test1328(t *testing.T) {}

var issue1560

var issue1560Ch

//export Issue1560FromC
func Issue1560FromC() {}

func Issue1560FromGo() {}

func test1560(t *testing.T) {}

//export exportbyte
func exportbyte() byte {}

//export exportbool
func exportbool() bool {}

//export exportrune
func exportrune() rune {}

//export exporterror
func exporterror() error {}

//export exportint
func exportint() int {}

//export exportuint
func exportuint() uint {}

//export exportuintptr
func exportuintptr() uintptr {}

//export exportint8
func exportint8() int8 {}

//export exportuint8
func exportuint8() uint8 {}

//export exportint16
func exportint16() int16 {}

//export exportuint16
func exportuint16() uint16 {}

//export exportint32
func exportint32() int32 {}

//export exportuint32
func exportuint32() uint32 {}

//export exportint64
func exportint64() int64 {}

//export exportuint64
func exportuint64() uint64 {}

//export exportfloat32
func exportfloat32() float32 {}

//export exportfloat64
func exportfloat64() float64 {}

//export exportcomplex64
func exportcomplex64() complex64 {}

//export exportcomplex128
func exportcomplex128() complex128 {}

//export exportSliceIn
func exportSliceIn(s []byte) bool {}

//export exportSliceOut
func exportSliceOut() []byte {}

//export exportSliceInOut
func exportSliceInOut(s []byte) []byte {}

func init() {}

func test3775(t *testing.T) {}

//export lockOSThreadCallback
func lockOSThreadCallback() {}

var issue4054b

//export issue5548FromC
func issue5548FromC(s string, i int) int {}

func test5548(t *testing.T) {}

//export GoIssue6833Func
func GoIssue6833Func(aui uint, aui64 uint64) uint64 {}

func test6833(t *testing.T) {}

const CString

//export CheckIssue6907Go
func CheckIssue6907Go(s string) C.int {}

func test6907Go(t *testing.T) {}

var bad7665

var good7665

func test7665(t *testing.T) {}

var issue7978sync

func issue7978check(t *testing.T, wantFunc string, badFunc string, depth int) {}

func issue7978wait(store uint32, wait uint32) {}

//export issue7978cb
func issue7978cb() {}

func growStack(n int) int {}

func issue7978go() {}

func test7978(t *testing.T) {}

var issue8331Var

//export Test8945
func Test8945() {}

//export multi
func multi() (*C.char, C.int) {}

func test20910(t *testing.T) {}

const issue28772Constant2

//export useIssue31891A
func useIssue31891A(c *C.Issue31891A) {}

//export useIssue31891B
func useIssue31891B(c *C.Issue31891B) {}

func test31891(t *testing.T) {}

var issue37033

//export GoFunc37033
func GoFunc37033(handle C.uintptr_t) {}

var _

type data49633

//export GoFunc49633
func GoFunc49633(context unsafe.Pointer) {}

func test49633(t *testing.T) {}