fn main() { loop { return some_val; } let x = loop { do_forever(); }; loop { // Just comments } }