blob: 02be3d7ac09f3e787df9fd07fc33fe3cc89d033f [file] [log] [blame]
package cgo_filtered
import "testing"
func TestFoo(t *testing.T) {
if got, want := Value, 42; got != want {
t.Errorf("got %d; want %d", got, want)
}
}