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