diff options
Diffstat (limited to 'third_party/git/t/t4018/fortran-comment-keyword')
-rw-r--r-- | third_party/git/t/t4018/fortran-comment-keyword | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/git/t/t4018/fortran-comment-keyword b/third_party/git/t/t4018/fortran-comment-keyword new file mode 100644 index 000000000000..e9206a53799d --- /dev/null +++ b/third_party/git/t/t4018/fortran-comment-keyword @@ -0,0 +1,14 @@ + module a + + contains + + subroutine RIGHT (funcA, funcB) + + real funcA ! grid function a + real funcB ! grid function b + + real ChangeMe + + end subroutine RIGHT + + end module a |