1package pkg
2
3import "testing"
4
5func TestFoo(t *testing.T) {
6	if fn1() == true {
7	}
8}
9