// #[builtin(Hello)] // fn c_hello() -> int {} fn main() { let mut a = 2; if true { a = 3; } else { } let b = a; }