Sign in
fuchsia
/
third_party
/
cmake
/
ca4b81d69f645408cfca9960a96b835517d042a3
/
.
/
Tests
/
RunCMake
/
TargetSources
/
RelativePathInSubdirPrivate
/
subdir_empty_2.cpp
blob: 11ec041d1ee7ffa5e989f0e48b8c3850b4c83d54 [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
empty
()
{
return
0
;
}