--- sloccount-2.26/testcode/hello.f90.orig +++ sloccount-2.26/testcode/hello.f90 @@ -2,6 +2,7 @@ program hello implicit none print '("Hello, World!")' + print '("We need reproducible test results!")' end program hello !hpf$ not a comment !omp$ not a comment either