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

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