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