1 2 3 4 5 6 7 8 9 10
fn main() { `[let y = 1;]` `[let x = if y > 0 { ]`if false { return; }`[ 1 } else { 2 };]` `[x;]` }