summaryrefslogtreecommitdiff
path: root/Tests/Fortran/mainc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Fortran/mainc.c')
-rw-r--r--Tests/Fortran/mainc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Fortran/mainc.c b/Tests/Fortran/mainc.c
new file mode 100644
index 000000000..9efafc5c0
--- /dev/null
+++ b/Tests/Fortran/mainc.c
@@ -0,0 +1,5 @@
+extern int myc(void);
+int main()
+{
+ return myc();
+}