• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package cgo_sys_hdr
2
3import "testing"
4
5func TestFoo(t *testing.T) {
6	if x != 42 {
7		t.Errorf("got %d; want %d", x, 42)
8	}
9}
10