blob: fcb1f84eef9de986240cb17d59fc37929fa42657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* OpenACC 'cache' directive. */
/* See also corresponding C/C++ variant '../libgomp.oacc-c-c++-common/cache-1.c'. */
#include "../../../gcc/testsuite/g++.dg/goacc/cache-1.C"
int
main (int argc, char *argv[])
{
test<0> ();
return 0;
}
|