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