Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
700f76299c40ba2c17841b69e480d13055743a0c
/
.
/
Tests
/
FindOpenMP
/
Test
/
main.c
blob: 4f0e87483b6a13877ae143734705b99a83fcb1e5 [
file
]
#include
<omp.h>
int
main
()
{
#ifndef
_OPENMP
breaks_on_purpose
#endif
}