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