struct Abc { name T } struct Xyz { name string } fn main() { abc := Abc{} _ := Xyz(abc) }