Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2b438cb0afb577ee87c8bc2295ed3d263fc85f2
/
.
/
Tests
/
RunCMake
/
ExportImport
/
foo.c
blob: 8794965375b99fc1efdaca45000d02082a7e55d7 [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
foo
(
void
)
{
return
0
;
}