mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-01 19:30:46 +00:00
14 lines
187 B
C
14 lines
187 B
C
|
/* { dg-do run } */
|
||
|
|
||
|
#include <openacc.h>
|
||
|
|
||
|
int
|
||
|
main (int argc, char **argv)
|
||
|
{
|
||
|
acc_init ((acc_device_t) 99);
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* { dg-shouldfail "libgomp: device 99 is out of range" } */
|