8 lines
79 B
C
8 lines
79 B
C
#include <omp.h>
|
|
int main(void)
|
|
{
|
|
#ifndef _OPENMP
|
|
breaks_on_purpose
|
|
#endif
|
|
}
|