7 main (int argc
, char **argv
)
14 h
= (unsigned char *) malloc (N
);
16 for (i
= 0; i
< N
; i
++)
21 d
= acc_copyin (h
, N
);
25 for (i
= 0; i
< N
; i
++)
30 acc_update_device (h
, 0);
34 for (i
= 0; i
< N
; i
++)
45 /* { dg-shouldfail "libgomp: \[\h+,0\] is not mapped" } */