diff options
-rw-r--r-- | Tests/Fortran/myc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Fortran/myc.c b/Tests/Fortran/myc.c index 1a4d5a4..689d90c 100644 --- a/Tests/Fortran/myc.c +++ b/Tests/Fortran/myc.c @@ -1,5 +1,6 @@ #include "foo.h" extern void F_test_mod_sub(void); +extern void F_my_sub(void); extern void F_mysub(void); int myc(void) { |