Tests/VSGNUFortran: Avoid C++ comment in C code (#13314)

This commit is contained in:
Daniel R. Gomez 2012-06-18 16:12:27 -04:00 committed by Brad King
parent b39924cf22
commit 307d45eaf4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include <HelloWorldFCMangle.h> // created by FortranCInterface
#include <HelloWorldFCMangle.h> /* created by FortranCInterface */
extern void FC_hello(void);
int main()
{