main.c 75 B

1234567
  1. #include <omp.h>
  2. int main()
  3. {
  4. #ifndef _OPENMP
  5. breaks_on_purpose
  6. #endif
  7. }