mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
14 lines
245 B
C++
14 lines
245 B
C++
|
/* 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;
|
||
|
}
|