1// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h
2// REQUIRES: ompt
3// GCC doesn't call runtime for auto = static schedule
4// XFAIL: gcc
5
6#define SCHEDULE auto
7#include "base.h"
8

source code of openmp/runtime/test/ompt/worksharing/for/auto.c