11th unit test.
program jf_test_11 !! 11th unit test. use jf_test_11_mod , only: test_11 implicit none integer :: n_errors n_errors = 0 call test_11(n_errors) if (n_errors /= 0) stop 1 end program jf_test_11