(root)/
gcc-13.2.0/
libgomp/
testsuite/
libgomp.oacc-c-c++-common/
cache-1.c
       1  /* OpenACC 'cache' directive.  */
       2  
       3  /* See also corresponding C++ variant '../libgomp.oacc-c++/cache-1.C'.  */
       4  
       5  #include "../../../gcc/testsuite/c-c++-common/goacc/cache-1.c"
       6  
       7  int
       8  main (int argc, char *argv[])
       9  {
      10    test ();
      11  
      12    return 0;
      13  }