fn main() { struct foo(i32, f32); let a; a = foo(123, 456f32); }