]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/link-cfg/return2.c
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / run-make-fulldeps / link-cfg / return2.c
1 #ifdef _WIN32
2 __declspec(dllexport)
3 #endif
4 int my_function() {
5   return 2;
6 }