Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
CMP0156
/
main2.c
blob: 9fc28384c61f1dc53f7778f0e2205650a345f323 [
file
] [
log
] [
blame
] [
edit
]
extern
void
lib4
(
void
);
int
main
(
void
)
{
lib4
();
return
0
;
}