(root)/
gcc-13.2.0/
libgomp/
testsuite/
libgomp.oacc-c-c++-common/
loop-default-runtime.c
       1  /* { dg-set-target-env-var GOMP_OPENACC_DIM "8::" } */
       2  
       3  #include "loop-default.h"
       4  #include <stdlib.h>
       5  
       6  int
       7  main ()
       8  {
       9    if (check_gang (8) != 0)
      10      abort ();
      11  
      12    return 0;
      13  }