PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / gomp / pr71705.f90
blob4813aacfdc325c8ebb0e617acfed64b3243bb163
1 ! PR fortran/71705
2 ! { dg-do compile }
4 real :: x
5 x = 0.0
6 !$omp target update to(x)
7 end