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
;
}