Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cf7e68087d005051ec07cb21c2aed2963a3d5c4e
/
.
/
Modules
/
FortranCInterface
/
Verify
/
VerifyC.c
blob: 7f847ef01f45b66c7dfbe4bc88b5f3468b01ed68 [
file
]
#include
<stdio.h>
void
VerifyC
(
void
)
{
printf
(
"VerifyC\n"
);
}