summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/myc.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-29 12:54:29 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-01-29 12:54:42 (GMT)
commit0e60ec7480a63ce596f3c6edf3624dc42dc87365 (patch)
tree6acbc1c181af9c713f8449cf11984c7f7b7a2c4d /Tests/Fortran/myc.c
parent59b5b6e11c243e4d45e57caf939107ef9fc44c75 (diff)
parent9b5fd04905811ef5fcae740c9edbf5dca7db0511 (diff)
downloadCMake-0e60ec7480a63ce596f3c6edf3624dc42dc87365.zip
CMake-0e60ec7480a63ce596f3c6edf3624dc42dc87365.tar.gz
CMake-0e60ec7480a63ce596f3c6edf3624dc42dc87365.tar.bz2
Merge topic 'intel-llvm-compilers'
9b5fd04905 Tests: Disable MFC test for IntelLLVM due to #18311 ccdf7c0005 Tests: Skip VSGNUFortran test for ifx. ddaf412dd0 Tests: Skip per file PDBs in PDBDirectoryAndName for IntelLLVM a619b32768 Tests: Update RunCMake.GenerateExportHeader for IntelLLVM 661b04d6a6 Tests: Skip old PrecompiledHeader test on IntelLLVM 01b1e9c40d Tests: Update CompileFeatures test for IntelLLVM f26f10184f Tests: Update Module.WriteCompilerDetectionHeader for IntelLLVM 3ceb364b1c Tests: Update RunCMake.FileAPI for IntelLLVM ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5594
Diffstat (limited to 'Tests/Fortran/myc.c')
-rw-r--r--Tests/Fortran/myc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Fortran/myc.c b/Tests/Fortran/myc.c
index efd9b68..1a4d5a4 100644
--- a/Tests/Fortran/myc.c
+++ b/Tests/Fortran/myc.c
@@ -1,6 +1,6 @@
#include "foo.h"
-extern F_test_mod_sub(void);
-extern F_mysub(void);
+extern void F_test_mod_sub(void);
+extern void F_mysub(void);
int myc(void)
{
F_mysub();