Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dfba904178a84c2f2cbdfd9d4bb555fe8cdcda0b
/
.
/
Tests
/
RunCMake
/
install
/
testobj1.c
blob: 081ef20271568fa7990fe8f81f9952af80134eb9 [
file
]
#ifdef
_WIN32
__declspec
(
dllimport
)
#endif
int
obj1
(
void
);
int
main
(
void
)
{
return
obj1
();
}