8 lines
77 B
Rust
8 lines
77 B
Rust
fn main() {
|
|
let x = alt 0 {
|
|
_ => {
|
|
x: 0
|
|
}.x
|
|
};
|
|
}
|