abinit/cmake/try_compile/have_fc_async.F90

8 lines
108 B
Fortran

program have_fc_async
implicit none
INTEGER, ASYNCHRONOUS :: int_array(10)
end program have_fc_async