summaryrefslogtreecommitdiff
path: root/Modules/FortranCInterface/Verify/VerifyC.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FortranCInterface/Verify/VerifyC.c')
-rw-r--r--Modules/FortranCInterface/Verify/VerifyC.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/FortranCInterface/Verify/VerifyC.c b/Modules/FortranCInterface/Verify/VerifyC.c
new file mode 100644
index 000000000..7f847ef01
--- /dev/null
+++ b/Modules/FortranCInterface/Verify/VerifyC.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+void VerifyC(void)
+{
+ printf("VerifyC\n");
+}