Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/cache-1.c
2023-03-06 14:48:14 +01:00

13 lines
237 B
C

/* OpenACC 'cache' directive. */
/* See also corresponding C++ variant '../libgomp.oacc-c++/cache-1.C'. */
#include "../../../gcc/testsuite/c-c++-common/goacc/cache-1.c"
int
main (int argc, char *argv[])
{
test ();
return 0;
}