1 ! RUN: %S/../test_errors.sh %s %t %flang -fopenacc
4 ! Check OpenACC clause validity for the following construct and directive:
7 program openacc_atomic_validity
12 integer, parameter :: N
= 256
13 integer, dimension(N
) :: c
43 end program openacc_atomic_validity