blob: 01f6e83730c3911929f1d218739bb7c94810850f [file] [log] [blame]
package xtestonly_test
import (
"testing"
"xtestonly"
)
func TestF(t *testing.T) {
if x := xtestonly.F(); x != 42 {
t.Errorf("f.F() = %d, want 42", x)
}
}