10 lines · c
1// clang-format off2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h3// REQUIRES: ompt4// GCC doesn't call runtime for static schedule5// XFAIL: gcc6// clang-format on7 8#define SCHEDULE static9#include "base_serialized.h"10