diff options
Diffstat (limited to 'third_party/git/t/t4034/fortran/post')
-rw-r--r-- | third_party/git/t/t4034/fortran/post | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/git/t/t4034/fortran/post b/third_party/git/t/t4034/fortran/post new file mode 100644 index 000000000000..d308da2ad2e2 --- /dev/null +++ b/third_party/git/t/t4034/fortran/post @@ -0,0 +1,5 @@ +print *, "Hello World?" + +DO10I = 1,10 +DO 10 I = 1,10 +DO 1 0 I = 1,10 |