main @= fn() { foo @= fn(x: int) { return; }; //b := !(5 > 3 && 4 <= 3 && 3 >= 2 || 0); //b := !(5 < 3); x : bool = true; };