Sign in
gnu
/
gcc
/
refs/heads/devel/omp/gcc-11
/
.
/
libgomp
/
testsuite
/
libgomp.oacc-c-c++-common
/
kernels-empty.c
blob: b9eed311c43cee9b4aed2082e02a6ff4f4879eaf [
file
] [
log
] [
blame
]
/* { dg-additional-options "--param=openacc-kernels=parloops" } as this is
specifically testing "parloops" handling. */
int
main
(
void
)
{
#pragma
acc kernels
;
}