The PARALLEL_LOOP macro, used as a wrapper for __kmp_api_GOMP_parallel_loop_* constructs,
initializes the exit_frame that corresponds to the task region executed by the master thread.
The simple for_dynamic_serialized.c test case contains a serialized worksharing loop.
The test case is used to to validate whether the tasking frames are properly maintained.