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