Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d6746fd05c92a8edb94de746846227e6101fc05e
/
.
/
Tests
/
RunCMake
/
try_compile
/
main.c
blob: 2128ead9d9c69cb4ce483090a3a81860476eaef6 [
file
]
extern
void
func
();
int
main
(
void
)
{
func
();
return
0
;
}