package pkg4

import (
	"testing"
)

func TestT(t *testing.T) {
	_ = T{}
}
