]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/link-cfg/return3.c
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
[rust.git] / src / test / run-make-fulldeps / link-cfg / return3.c
1 #ifdef _WIN32
2 __declspec(dllexport)
3 #endif
4 int my_function() {
5   return 3;
6 }