mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
14 lines
211 B
C
14 lines
211 B
C
/* { dg-do run } */
|
|
/* { dg-set-target-env-var GOMP_DEBUG "1" } */
|
|
|
|
/* Check that GOMP_DEBUG=1 triggers some output. */
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
#pragma acc parallel
|
|
;
|
|
}
|
|
|
|
/* { dg-output "GOACC_parallel_keyed" } */
|