cmake/Tests/FindHDF5/Test/test_Fortran.f90

7 lines
97 B
Fortran
Raw Normal View History

2023-07-02 19:51:09 +02:00
program hdf5_hello
use hdf5
integer error
call h5open_f(error)
call h5close_f(error)
end