github.com/golang/gofrontend@v0.0.0-20240429183944-60f985a78526/libgo/misc/cgo/test/testdata/cgo_test.go (about) 1 // Copyright 2011 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. 4 5 package cgotest 6 7 import "testing" 8 9 // The actual test functions are in non-_test.go files 10 // so that they can use cgo (import "C"). 11 // These wrappers are here for gotest to find. 12 13 func Test8756(t *testing.T) { test8756(t) } 14 func Test9026(t *testing.T) { test9026(t) } 15 func Test9510(t *testing.T) { test9510(t) } 16 func Test20266(t *testing.T) { test20266(t) } 17 func Test26213(t *testing.T) { test26213(t) } 18 func TestGCC68255(t *testing.T) { testGCC68255(t) }