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