1 2 3 4 5 6 7 8 9 10 11 12 13
/* 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; }