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