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