mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Tests/VSGNUFortran: Avoid C++ comment in C code (#13314)
This commit is contained in:
committed by
Brad King
parent
b39924cf22
commit
307d45eaf4
@@ -1,4 +1,4 @@
|
||||
#include <HelloWorldFCMangle.h> // created by FortranCInterface
|
||||
#include <HelloWorldFCMangle.h> /* created by FortranCInterface */
|
||||
extern void FC_hello(void);
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user