Files
cmake/Tests/FindOpenMP/Test/main.c
T

8 lines
75 B
C

#include <omp.h>
int main()
{
#ifndef _OPENMP
breaks_on_purpose
#endif
}