xref: /aosp_15_r20/external/bazelbuild-rules_go/tests/legacy/cgo_opts/cgo_opts_test.go (revision 9bb1b549b6a84214c53be0924760be030e66b93a)
1package cgo_opts
2
3import "testing"
4
5func TestCOpts(t *testing.T) {
6	if x != 3 {
7		t.Errorf("got %d; want 3", x)
8	}
9}
10