fn main_1() { let x_1 : bool = !(true); return; } [[stage(fragment)]] fn main() { main_1(); }