package utils import "testing" func TestCleanWarn(t *testing.T) { _ = Tie[int](true, 1, 2) }