Retro68/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-3.c

16 lines
225 B
C
Raw Normal View History

2015-08-28 15:33:40 +00:00
/* { dg-do run } */
#include <openacc.h>
int
main (int argc, char **argv)
{
acc_init (acc_device_host);
acc_shutdown (acc_device_not_host);
return 0;
}
/* { dg-shouldfail "libgomp: device 4(4) is initialized" } */