diff options
Diffstat (limited to 't/t4034/fortran/post')
-rw-r--r-- | t/t4034/fortran/post | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t4034/fortran/post b/t/t4034/fortran/post new file mode 100644 index 0000000..d308da2 --- /dev/null +++ b/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 |