package lang import "testing" func TestMust(t *testing.T) { Must(nil) }