]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/link-cfg/return2.c
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[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 }