Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
CMP0156
/
lib2.c
blob: 9db7914c7e42df6c7f149ffd85d9982c40cf9468 [
file
] [
log
] [
blame
] [
edit
]
extern
void
lib1
(
void
);
void
lib2
(
void
)
{
lib1
();
}