[llvm] Stop including unordered_map (NFC)
[llvm-project.git] / openmp / runtime / test / ompt / worksharing / for / auto.c
blob17d26f5e996b7b21381bd5ff5cb078570710cb19
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
6 #define SCHEDULE auto
7 #include "base.h"