diff options
Diffstat (limited to 'Tests/FortranOnly/testf.f')
-rw-r--r-- | Tests/FortranOnly/testf.f | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/FortranOnly/testf.f b/Tests/FortranOnly/testf.f new file mode 100644 index 0000000..4909181 --- /dev/null +++ b/Tests/FortranOnly/testf.f @@ -0,0 +1,6 @@ + PROGRAM TESTF + + CALL HELLO() + CALL WORLD() + + END |