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