blob: 7bdb73bf42971efbb9b94c40b90bb0343baa4886 [file] [log] [blame]
package b
import "testing"
func TestB(t *testing.T) {
B(0)
B(1)
B(2)
}