Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
run-make
/
link-cfg
/
return1.c
blob: 41c2809ade38e9bb4d766662d3d7d54aad068434 [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
my_function
()
{
return
1
;
}