[llvm] Stop including unordered_map (NFC)
[llvm-project.git] / openmp / runtime / test / ompt / worksharing / for / static.c
blob4d99059854d580d49c38a5aa7640afe59a7d6d29
1 // RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h
2 // REQUIRES: ompt
3 // GCC doesn't call runtime for static schedule
4 // XFAIL: gcc
6 #define SCHEDULE static
7 #include "base.h"