While investigating a certain Pytch program, we wanted to rule out the possibility that loops in modules other than the main one were having yield_until_next_frame() calls inserted by our modified compiler. Add a test confirming that this does not happen.
While investigating a certain Pytch program, we wanted to rule out the possibility that loops in modules other than the main one were having yield_until_next_frame() calls inserted by our modified compiler. Add a test confirming that this does not happen.