Files
rocm-systems/samples/2_Cookbook/19_cmake_lang/TestFortran.F90
T
Tao Sang 818aa18d59 SWDEV-292273 - Add cmake tests
Add test on CXX and Fortran build in cmake.
Add test on hip::device interface linking in cmake.

Change-Id: I3fe6dba05a7a140a9a19df107b7885df83d28042
2021-07-08 12:51:46 -04:00

3 строки
102 B
Fortran

program fortran_test_program
print *, "Succeeded testing Fortran!"
end program