fn compile_stmts( stmts: &[Stmt], args_count: i8, meta: &Meta, user_fns: &HashSet<String>, layout: &GlobalLayout, out: &mut Vec<Item>, lg: &mut LabelGen, break_stack: &mut Vec<String>, ) -> Result<()>