llvm/openmp/runtime/test/ompt/worksharing/for/runtime_serialized.c

// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h
// REQUIRES: ompt

#define SCHEDULE runtime
// Without any schedule specified, the runtime uses static schedule,
// which is a reason choice
#define SCHED_OUTPUT "static"
#include "base_serialized.h"