c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / gomp / pr71758.c
blobd3c86972ef5600c48c6c1033923d90751754aeb5
1 /* PR middle-end/71758 */
3 void
4 foo (int *p)
6 long long i = 0;
7 #pragma omp target device (i)
9 #pragma omp target update device (i) to (p[0])