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