#![allow(unused_assignments)] fn main() { let result = loop { break 10 ; } ; }