Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
LibName
/
foobar.c
blob: e7e78b3aaa780e4e1832c53fe6abf0e3ce5a65d2 [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllimport
)
#endif
extern
void
bar
();
int
main
(
void
)
{
bar
();
return
0
;
}