Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4f73a9b74e65caa26ef859ac8fc4e556b61da0fd
/
.
/
Tests
/
Visibility
/
shared.cpp
blob: 4897ff819c2e61f16f9f4fc2b45bd1993f9cca68 [
file
]
extern
"C"
int
bar
(
void
);
void
baz
();
int
shared
()
{
baz
();
return
bar
();
}