Merge topic 'fortc-warn' into release-3.24

812000904e Tests: Add Fortran test C function prototype

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7363
This commit is contained in:
Brad King
2022-06-14 16:05:33 +00:00
committed by Kitware Robot
+1
View File
@@ -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)
{