diff options
Diffstat (limited to 'third_party/git/t/t4018/fortran-external-function')
-rw-r--r-- | third_party/git/t/t4018/fortran-external-function | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/t/t4018/fortran-external-function b/third_party/git/t/t4018/fortran-external-function deleted file mode 100644 index 5a2d85d3aa41..000000000000 --- a/third_party/git/t/t4018/fortran-external-function +++ /dev/null @@ -1,9 +0,0 @@ -function RIGHT(a, b) result(c) - -integer, intent(in) :: ChangeMe -integer, intent(in) :: b -integer, intent(out) :: c - -c = a+b - -end function RIGHT |