Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dfba904178a84c2f2cbdfd9d4bb555fe8cdcda0b
/
.
/
Tests
/
RunCMake
/
install
/
obj1.c
blob: 70007df8af99eb2867bd00e282b1c488f22df3eb [
file
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
obj1
(
void
)
{
return
0
;
}