2022-10-27 20:55:19 +02:00

14 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;
}