mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
14 lines
237 B
C
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;
|
|
}
|