Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
try_compile
/
main.c
blob: 6b1e682ab3401b2a563d7222949be23180421847 [
file
] [
log
] [
blame
] [
edit
]
extern
void
func
(
void
);
int
main
(
void
)
{
func
();
return
0
;
}