mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
14 lines
173 B
C
14 lines
173 B
C
|
/* { dg-set-target-env-var GOMP_OPENACC_DIM "8::" } */
|
||
|
|
||
|
#include "loop-default.h"
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
if (check_gang (8) != 0)
|
||
|
abort ();
|
||
|
|
||
|
return 0;
|
||
|
}
|