summaryrefslogtreecommitdiff
path: root/Modules/FortranCInterface/Verify/VerifyFortran.f
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FortranCInterface/Verify/VerifyFortran.f')
-rw-r--r--Modules/FortranCInterface/Verify/VerifyFortran.f3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/FortranCInterface/Verify/VerifyFortran.f b/Modules/FortranCInterface/Verify/VerifyFortran.f
new file mode 100644
index 000000000..a17e48d1b
--- /dev/null
+++ b/Modules/FortranCInterface/Verify/VerifyFortran.f
@@ -0,0 +1,3 @@
+ subroutine VerifyFortran
+ print *, 'VerifyFortran'
+ end