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