blob: c0dddb3c4f35f056de22ee069e12eef63fdea506 (
plain)
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;
}
|