fn int_id(x: int) -> int { return x; } fn main() { loop { int_id(break); } }