Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
FindOpenMP
/
Test
/
main.c
blob: 9fb67e43da4eb2c436639073be3a481853ef0b3a [
file
] [
log
] [
blame
]
#include
<omp.h>
int
main
(
void
)
{
#ifndef
_OPENMP
breaks_on_purpose
#endif
}