blob: ff1f7077c7ba29f562c3b805efe01f6231eade38 [file] [log] [blame]
package cgo_opts
import "testing"
func TestCOpts(t *testing.T) {
if x != 3 {
t.Errorf("got %d; want 3", x)
}
}