const X: i32 = const { let a = 15; let b = 14; a + b }; fn main() -> i32 { X - 29 }