1 // RUN: %libomp-compile && env KMP_AFFINITY=disabled KMP_TOPOLOGY_METHOD=hwloc %libomp-run
6 // Test will assert() without fix
7 int test_affinity_disabled_plus_hwloc() {
13 int main(int argc
, char **argv
) {
17 if (!test_affinity_disabled_plus_hwloc()) {