(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
omp-2_b.C
// { dg-additional-options "-fmodules-ts" }
// { dg-require-effective-target pthread }

import foo;

unsigned ary[64];

int main ()
{
  frob (ary);
}