import v.fmt.tests.obj struct GenericStruct[A, B] { } fn main() { _ := GenericStruct[obj.Test, obj.Test]{} }