github.com/0xKiwi/rules_go@v0.24.3/tests/legacy/cgo_sys_hdr/foo_test.go (about)

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