6 lines
86 B
Rust
Raw Normal View History

2018-07-31 20:38:36 +03:00
fn foo() {
S {};
S { x, y: 32, };
S { x, y: 32, ..Default::default() };
}