(root)/
gcc-13.2.0/
libgomp/
testsuite/
libgomp.c-c++-common/
reverse-offload-1-aux.c
       1  /* { dg-do compile { target skip-all-targets } }  */
       2  
       3  /* Declare the following function in a separare translation unit
       4     to ensure it won't have a device version.  */
       5  
       6  int
       7  add_3 (int x)
       8  {
       9    return x + 3;
      10  }