blob: 9fb67e43da4eb2c436639073be3a481853ef0b3a [file] [log] [blame]
#include <omp.h>
int main(void)
{
#ifndef _OPENMP
breaks_on_purpose
#endif
}