Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b6f13dabc4545d0e6dbafeaad4652b51f51c9929
/
.
/
Tests
/
LibName
/
bar.c
blob: 62a9298bb030b44c7a6420d9fed72303ef31d7aa [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
extern
void
foo
(
void
)
{
}